#0C5286

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

Shades of Dark Cerulean #0C5286

Tints of Dark Cerulean #0C5286

Color information

#0C5286 (or 0x0C5286) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 52 and 86. RGB value is (12,82,134). Sum of RGB (Red+Green+Blue) = 12+82+134=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C5286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5286 is #F3AD79. Grayscale: #424242. Windows color (decimal): -15969658 or 8802828. OLE color: 8802828.

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

Color convert

RGB1282134-
CMYK0.910.3900.47
HSL205.57º83.56%28.63%-
HSV(B)205.57º91.04%52.55%-
XYZ7.477.8323.67-
YUV67165.8188.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.26%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 134 (52.73% from 255) = 58.77%
R=5.26%
G=35.96%
B=58.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12821340.910.3900.47205.5783.5628.63
HexC52865B2702Fce541d
Octal141222061334705731612435
Binary11001010010100001101011011100111010111111001110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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