#0C578B

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

Shades of Dark Cerulean #0C578B

Tints of Dark Cerulean #0C578B

Color information

#0C578B (or 0x0C578B) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 57 and 8B. RGB value is (12,87,139). Sum of RGB (Red+Green+Blue) = 12+87+139=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C578B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C578B is #F3A874. Grayscale: #464646. Windows color (decimal): -15968373 or 9131788. OLE color: 9131788.

HSL color Cylindrical-coordinate representation of color #0C578B: hue angle of 204.57º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C578B is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1287139-
CMYK0.910.3700.45
HSL204.57º84.11%29.61%-
HSV(B)204.57º91.37%54.51%-
XYZ8.228.7625.68-
YUV70.5166.6586.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.04%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=5.04%
G=36.55%
B=58.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12871390.910.3700.45204.5784.1129.61
HexC578B5B2502Dcd541e
Octal141272131334505531512436
Binary11001010111100010111011011100101010110111001101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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