#0C5576

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

Shades of Dark Cerulean #0C5576

Tints of Dark Cerulean #0C5576

Color information

#0C5576 (or 0x0C5576) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 55 and 76. RGB value is (12,85,118). Sum of RGB (Red+Green+Blue) = 12+85+118=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C5576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5576 is #F3AA89. Grayscale: #424242. Windows color (decimal): -15968906 or 7755020. OLE color: 7755020.

HSL color Cylindrical-coordinate representation of color #0C5576: hue angle of 198.68º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5576 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1285118-
CMYK0.900.2800.54
HSL198.68º81.54%25.49%-
HSV(B)198.68º89.83%46.27%-
XYZ6.677.8818.31-
YUV66.94156.8288.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.58%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=5.58%
G=39.53%
B=54.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12851180.900.2800.54198.6881.5425.49
HexC55765A1C036c75219
Octal141251661323406630712231
Binary110010101011110110101101011100011011011000111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,85,118); }

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

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

 a { background-color: rgb(12,85,118); }

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

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

 span { border-color: rgb(12,85,118); }

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