#0C5789

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

Shades of Dark Cerulean #0C5789

Tints of Dark Cerulean #0C5789

Color information

#0C5789 (or 0x0C5789) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 57 and 89. RGB value is (12,87,137). Sum of RGB (Red+Green+Blue) = 12+87+137=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C5789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5789 is #F3A876. Grayscale: #464646. Windows color (decimal): -15968375 or 9000716. OLE color: 9000716.

HSL color Cylindrical-coordinate representation of color #0C5789: hue angle of 204º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5789 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1287137-
CMYK0.910.3600.46
HSL204º83.89%29.22%-
HSV(B)204º91.24%53.73%-
XYZ8.088.724.92-
YUV70.27165.6586.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.08%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 137 (53.91% from 255) = 58.05%
R=5.08%
G=36.86%
B=58.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12871370.910.3600.4620483.8929.22
HexC57895B2402Ecc541d
Octal141272111334405631412435
Binary11001010111100010011011011100100010111011001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,87,137); }

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

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

 a { background-color: rgb(12,87,137); }

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

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

 span { border-color: rgb(12,87,137); }

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