#0C5788

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

Shades of Dark Cerulean #0C5788

Tints of Dark Cerulean #0C5788

Color information

#0C5788 (or 0x0C5788) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 57 and 88. RGB value is (12,87,136). Sum of RGB (Red+Green+Blue) = 12+87+136=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C5788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5788 is #F3A877. Grayscale: #454545. Windows color (decimal): -15968376 or 8935180. OLE color: 8935180.

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

Color convert

RGB1287136-
CMYK0.910.3600.47
HSL203.71º83.78%29.02%-
HSV(B)203.71º91.18%53.33%-
XYZ88.6724.54-
YUV70.16165.1586.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.11%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 136 (53.52% from 255) = 57.87%
R=5.11%
G=37.02%
B=57.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12871360.910.3600.47203.7183.7829.02
HexC57885B2402Fcc541d
Octal141272101334405731412435
Binary11001010111100010001011011100100010111111001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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