#0C578A

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

Shades of Dark Cerulean #0C578A

Tints of Dark Cerulean #0C578A

Color information

#0C578A (or 0x0C578A) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 57 and 8A. RGB value is (12,87,138). Sum of RGB (Red+Green+Blue) = 12+87+138=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C578A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C578A is #F3A875. Grayscale: #464646. Windows color (decimal): -15968374 or 9066252. OLE color: 9066252.

HSL color Cylindrical-coordinate representation of color #0C578A: hue angle of 204.29º 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 #0C578A is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1287138-
CMYK0.910.3700.46
HSL204.29º84%29.41%-
HSV(B)204.29º91.3%54.12%-
XYZ8.158.7325.3-
YUV70.39166.1586.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.06%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 138 (54.30% from 255) = 58.23%
R=5.06%
G=36.71%
B=58.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12871380.910.3700.46204.298429.41
HexC578A5B2502Ecc541d
Octal141272121334505631412435
Binary11001010111100010101011011100101010111011001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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