Shades of Dark Cerulean #0C406F
Tints of Dark Cerulean #0C406F
RGB
CMYK
RGB Variations
Color information
#0C406F (or 0x0C406F) is known color: Dark Cerulean. HEX triplet: 0C, 40 and 6F. RGB value is (12,64,111). Sum of RGB (Red+Green+Blue) = 12+64+111=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C406F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C406F is #F3BF90. Grayscale: #353535. Windows color (decimal): -15974289 or 7290892. OLE color: 7290892.
HSL color Cylindrical-coordinate representation of color #0C406F: hue angle of 208.48º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C406F is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 64 | 111 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.56 |
| HSL | 208.48º | 0.8% | 0.24% | - |
| HSV(B) | 208.48º | 0.89% | 0.44% | - |
| XYZ | 4.85 | 4.89 | 15.73 | - |
| YUV | 53.81 | 160.27 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 111 | 0.89 | 0.42 | 0 | 0.56 | 208.48 | 0.8 | 0.24 |
| Hex | C | 40 | 6F | 59 | 2A | 0 | 38 | D0 | 50 | 18 |
| Octal | 14 | 100 | 157 | 131 | 52 | 0 | 70 | 320 | 120 | 30 |
| Binary | 1100 | 1000000 | 1101111 | 1011001 | 101010 | 0 | 111000 | 11010000 | 1010000 | 11000 |
Color Harmonies of #0C406F
Complementary color
Monochromatic Colors of #0C406F
Black with #0C406F
Text Example
Text Example
White with #0C406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C406F; }
p { color: rgb(12,64,111); }
H1.HeaderClassName
{
color: #0C406F;
}
.AnyTagClassName
{
color: #0C406F;
}
</style>
background-color css
<style>
a { background-color: #0C406F; }
a { background-color: rgb(12,64,111); }
div.DivClassName
{
background-color: #0C406F;
}
.BgClassName
{
background-color: #0C406F;
}
</style>
border-color css
<style>
span { border-color: #0C406F; }
span { border-color: rgb(12,64,111); }
td.TdClassName
{
border-color: #0C406F;
}
.TagClassName
{
border-color: #0C406F;
}
</style>