#0C426C

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

Shades of Dark Cerulean #0C426C

Tints of Dark Cerulean #0C426C

Color information

#0C426C (or 0x0C426C) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 42 and 6C. RGB value is (12,66,108). Sum of RGB (Red+Green+Blue) = 12+66+108=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C426C is #F3BD93. Grayscale: #363636. Windows color (decimal): -15973780 or 7094796. OLE color: 7094796.

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

Color convert

RGB1266108-
CMYK0.890.3900.58
HSL206.25º80%23.53%-
HSV(B)206.25º88.89%42.35%-
XYZ4.815.0614.91-
YUV54.64158.1197.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.45%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=6.45%
G=35.48%
B=58.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12661080.890.3900.58206.258023.53
HexC426C592703Ace5018
Octal141021541314707231612030
Binary1100100001011011001011001100111011101011001110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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