Shades of Dark Cerulean #0C426C
Tints of Dark Cerulean #0C426C
RGB
CMYK
RGB Variations
Color information
#0C426C (or 0x0C426C) is known color: 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
| RGB | 12 | 66 | 108 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.58 |
| HSL | 206.25º | 0.8% | 0.24% | - |
| HSV(B) | 206.25º | 0.89% | 0.42% | - |
| XYZ | 4.81 | 5.06 | 14.91 | - |
| YUV | 54.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 108 | 0.89 | 0.39 | 0 | 0.58 | 206.25 | 0.8 | 0.24 |
| Hex | C | 42 | 6C | 59 | 27 | 0 | 3A | CE | 50 | 18 |
| Octal | 14 | 102 | 154 | 131 | 47 | 0 | 72 | 316 | 120 | 30 |
| Binary | 1100 | 1000010 | 1101100 | 1011001 | 100111 | 0 | 111010 | 11001110 | 1010000 | 11000 |
Color Harmonies of #0C426C
Complementary color
Monochromatic Colors of #0C426C
Black with #0C426C
Text Example
Text Example
White with #0C426C
Text Example
Text Example
HTML Codes & Css Web 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>