#0C446C

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

Shades of Dark Cerulean #0C446C

Tints of Dark Cerulean #0C446C

Color information

#0C446C (or 0x0C446C) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 44 and 6C. RGB value is (12,68,108). Sum of RGB (Red+Green+Blue) = 12+68+108=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C446C is #F3BB93. Grayscale: #373737. Windows color (decimal): -15973268 or 7095308. OLE color: 7095308.

HSL color Cylindrical-coordinate representation of color #0C446C: hue angle of 205º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C446C is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1268108-
CMYK0.890.3700.58
HSL205º80%23.53%-
HSV(B)205º88.89%42.35%-
XYZ4.935.314.95-
YUV55.82157.4596.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.38%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 108 (42.58% from 255) = 57.45%
R=6.38%
G=36.17%
B=57.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12681080.890.3700.582058023.53
HexC446C592503Acd5018
Octal141041541314507231512030
Binary1100100010011011001011001100101011101011001101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,68,108); }

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

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

 a { background-color: rgb(12,68,108); }

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

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

 span { border-color: rgb(12,68,108); }

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