Shades of Dark Cerulean #0C416C
Tints of Dark Cerulean #0C416C
RGB
CMYK
RGB Variations
Color information
#0C416C (or 0x0C416C) is known color: Dark Cerulean. HEX triplet: 0C, 41 and 6C. RGB value is (12,65,108). Sum of RGB (Red+Green+Blue) = 12+65+108=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C416C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C416C is #F3BE93. Grayscale: #353535. Windows color (decimal): -15974036 or 7094540. OLE color: 7094540.
HSL color Cylindrical-coordinate representation of color #0C416C: hue angle of 206.88º 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 #0C416C is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 65 | 108 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.58 |
| HSL | 206.88º | 0.8% | 0.24% | - |
| HSV(B) | 206.88º | 0.89% | 0.42% | - |
| XYZ | 4.75 | 4.94 | 14.89 | - |
| YUV | 54.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 108 | 0.89 | 0.40 | 0 | 0.58 | 206.88 | 0.8 | 0.24 |
| Hex | C | 41 | 6C | 59 | 28 | 0 | 3A | CF | 50 | 18 |
| Octal | 14 | 101 | 154 | 131 | 50 | 0 | 72 | 317 | 120 | 30 |
| Binary | 1100 | 1000001 | 1101100 | 1011001 | 101000 | 0 | 111010 | 11001111 | 1010000 | 11000 |
Color Harmonies of #0C416C
Complementary color
Monochromatic Colors of #0C416C
Black with #0C416C
Text Example
Text Example
White with #0C416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C416C; }
p { color: rgb(12,65,108); }
H1.HeaderClassName
{
color: #0C416C;
}
.AnyTagClassName
{
color: #0C416C;
}
</style>
background-color css
<style>
a { background-color: #0C416C; }
a { background-color: rgb(12,65,108); }
div.DivClassName
{
background-color: #0C416C;
}
.BgClassName
{
background-color: #0C416C;
}
</style>
border-color css
<style>
span { border-color: #0C416C; }
span { border-color: rgb(12,65,108); }
td.TdClassName
{
border-color: #0C416C;
}
.TagClassName
{
border-color: #0C416C;
}
</style>