Html Css Color HEX #0C749C Cerulean

📋 copy color: '#0C749C'

red 12 ◦ green 116 ◦ blue 156

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

Shades of Cerulean #0C749C

Tints of Cerulean #0C749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

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

R = 4.23%
G = 40.85%
B = 54.93%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C749C (or 0x0C749C) is known color: Cerulean. HEX triplet: 0C, 74 and 9C. RGB value is (12,116,156). Sum of RGB (Red+Green+Blue) = 12+116+156=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C749C is #F38B63. Grayscale: #595959. Windows color (decimal): -15960932 or 10253324. OLE color: 10253324.

HSL color Cylindrical-coordinate representation of color #0C749C: hue angle of 196.67º 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 #0C749C is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 116 156 -
CMYK 0.92 0.26 0 0.39
HSL 196.67º 0.86% 0.33% -
HSV(B) 196.67º 0.92% 0.61% -
XYZ 12.4 14.97 33.69 -
YUV 89.46 165.54 72.75 -
System Red Green Blue C M Y K H S L
Decimal 12 116 156 0.92 0.26 0 0.39 196.67 0.86 0.33
Hex C 74 9C 5C 1A 0 27 C5 56 21
Octal 14 164 234 134 32 0 47 305 126 41
Binary 1100 1110100 10011100 1011100 11010 0 100111 11000101 1010110 100001

Color Harmonies of #0C749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C749C

Black with #0C749C

Text Example


Text Example

White with #0C749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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