#0C5686

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

Shades of Dark Cerulean #0C5686

Tints of Dark Cerulean #0C5686

Color information

#0C5686 (or 0x0C5686) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 56 and 86. RGB value is (12,86,134). Sum of RGB (Red+Green+Blue) = 12+86+134=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C5686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5686 is #F3A979. Grayscale: #454545. Windows color (decimal): -15968634 or 8803852. OLE color: 8803852.

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

Color convert

RGB1286134-
CMYK0.910.3600.47
HSL203.61º83.56%28.63%-
HSV(B)203.61º91.04%52.55%-
XYZ7.788.4523.78-
YUV69.35164.4887.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.17%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 134 (52.73% from 255) = 57.76%
R=5.17%
G=37.07%
B=57.76%

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
Decimal12861340.910.3600.47203.6183.5628.63
HexC56865B2402Fcc541d
Octal141262061334405731412435
Binary11001010110100001101011011100100010111111001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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