Html Css Color HEX #0C649C Cerulean

📋 copy color: '#0C649C'

red 12 ◦ green 100 ◦ blue 156

#0C649C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0C649C

Tints of Cerulean #0C649C

RGB

 RED value IS 12 (5.08% from 255) = 4.48%

 GREEN value IS 100 (39.45% from 255) = 37.31%

 BLUE value IS 156 (61.33% from 255) = 58.21%

R = 4.48%
G = 37.31%
B = 58.21%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C649C (or 0x0C649C) is known color: Cerulean. HEX triplet: 0C, 64 and 9C. RGB value is (12,100,156). Sum of RGB (Red+Green+Blue) = 12+100+156=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C649C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C649C is #F39B63. Grayscale: #4F4F4F. Windows color (decimal): -15965028 or 10249228. OLE color: 10249228.

HSL color Cylindrical-coordinate representation of color #0C649C: hue angle of 203.33º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C649C is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 100 156 -
CMYK 0.92 0.36 0 0.39
HSL 203.33º 0.86% 0.33% -
HSV(B) 203.33º 0.92% 0.61% -
XYZ 10.71 11.59 33.13 -
YUV 80.07 170.85 79.45 -
System Red Green Blue C M Y K H S L
Decimal 12 100 156 0.92 0.36 0 0.39 203.33 0.86 0.33
Hex C 64 9C 5C 24 0 27 CB 56 21
Octal 14 144 234 134 44 0 47 313 126 41
Binary 1100 1100100 10011100 1011100 100100 0 100111 11001011 1010110 100001

Color Harmonies of #0C649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C649C

Black with #0C649C

Text Example


Text Example

White with #0C649C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C649C; }

 p { color: rgb(12,100,156); }

 H1.HeaderClassName
 {
   color: #0C649C;
 }
 .AnyTagClassName
 {
   color: #0C649C;
 }
</style>

background-color css

<style>
 a { background-color: #0C649C; }

 a { background-color: rgb(12,100,156); }

 div.DivClassName
 {
   background-color: #0C649C;
 }
 .BgClassName
 {
   background-color: #0C649C;
 }
</style>

border-color css

<style>
 span { border-color: #0C649C; }

 span { border-color: rgb(12,100,156); }

 td.TdClassName
 {
   border-color: #0C649C;
 }
 .TagClassName
 {
   border-color: #0C649C;
 }
</style>