#0C4284

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

Shades of Dark Cerulean #0C4284

Tints of Dark Cerulean #0C4284

Color information

#0C4284 (or 0x0C4284) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 42 and 84. RGB value is (12,66,132). Sum of RGB (Red+Green+Blue) = 12+66+132=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C4284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4284 is #F3BD7B. Grayscale: #393939. Windows color (decimal): -15973756 or 8667660. OLE color: 8667660.

HSL color Cylindrical-coordinate representation of color #0C4284: hue angle of 213º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4284 is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1266132-
CMYK0.910.500.48
HSL213º83.33%28.24%-
HSV(B)213º90.91%51.76%-
XYZ6.265.6422.59-
YUV57.38170.1195.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.71%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 132 (51.95% from 255) = 62.86%
R=5.71%
G=31.43%
B=62.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12661320.910.500.4821383.3328.24
HexC42845B32030d5531c
Octal141022041336206032512334
Binary11001000010100001001011011110010011000011010101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,66,132); }

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

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

 a { background-color: rgb(12,66,132); }

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

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

 span { border-color: rgb(12,66,132); }

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