#0C729A

Color #0C729A Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0C729A

Tints of Cerulean #0C729A

Color information

#0C729A (or 0x0C729A) is unknown color: approx Cerulean. HEX triplet: 0C, 72 and 9A. RGB value is (12,114,154). Sum of RGB (Red+Green+Blue) = 12+114+154=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C729A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C729A is #F38D65. Grayscale: #575757. Windows color (decimal): -15961446 or 10121740. OLE color: 10121740.

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

Color convert

RGB12114154-
CMYK0.920.2600.40
HSL196.9º85.54%32.55%-
HSV(B)196.9º92.21%60.39%-
XYZ1214.4532.73-
YUV88.06165.2173.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.29%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 154 (60.55% from 255) = 55%
R=4.29%
G=40.71%
B=55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121141540.920.2600.40196.985.5432.55
HexC729A5C1A028c55621
Octal141622321343205030512641
Binary11001110010100110101011100110100101000110001011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C729A;
 }
 .AnyTagClassName
 {
   color: #0C729A;
 }
</style>
background-color css

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

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

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

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

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

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