Html Css Color HEX #0C729C Cerulean

📋 copy color: '#0C729C'

red 12 ◦ green 114 ◦ blue 156

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

Shades of Cerulean #0C729C

Tints of Cerulean #0C729C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.43%

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

R = 4.26%
G = 40.43%
B = 55.32%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C729C (or 0x0C729C) is known color: Cerulean. HEX triplet: 0C, 72 and 9C. RGB value is (12,114,156). Sum of RGB (Red+Green+Blue) = 12+114+156=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C729C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C729C is #F38D63. Grayscale: #585858. Windows color (decimal): -15961444 or 10252812. OLE color: 10252812.

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

Color convert

RGB 12 114 156 -
CMYK 0.92 0.27 0 0.39
HSL 197.5º 0.86% 0.33% -
HSV(B) 197.5º 0.92% 0.61% -
XYZ 12.17 14.51 33.61 -
YUV 88.29 166.21 73.58 -
System Red Green Blue C M Y K H S L
Decimal 12 114 156 0.92 0.27 0 0.39 197.5 0.86 0.33
Hex C 72 9C 5C 1B 0 27 C6 56 21
Octal 14 162 234 134 33 0 47 306 126 41
Binary 1100 1110010 10011100 1011100 11011 0 100111 11000110 1010110 100001

Color Harmonies of #0C729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C729C

Black with #0C729C

Text Example


Text Example

White with #0C729C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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