Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Cat by post ID

global $post; 
$category = get_the_category($post->ID); 
echo $category[0]->cat_ID;