#0C5786

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

Shades of Dark Cerulean #0C5786

Tints of Dark Cerulean #0C5786

Color information

#0C5786 (or 0x0C5786) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 57 and 86. RGB value is (12,87,134). Sum of RGB (Red+Green+Blue) = 12+87+134=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C5786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5786 is #F3A879. Grayscale: #454545. Windows color (decimal): -15968378 or 8804108. OLE color: 8804108.

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

Color convert

RGB1287134-
CMYK0.910.3500.47
HSL203.11º83.56%28.63%-
HSV(B)203.11º91.04%52.55%-
XYZ7.868.6223.8-
YUV69.93164.1586.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 134 (52.73% from 255) = 57.51%
R=5.15%
G=37.34%
B=57.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12871340.910.3500.47203.1183.5628.63
HexC57865B2302Fcb541d
Octal141272061334305731312435
Binary11001010111100001101011011100011010111111001011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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