Shades of Cobalt #0C5199
Tints of Cobalt #0C5199
RGB
CMYK
RGB Variations
Color information
#0C5199 (or 0x0C5199) is known color: Cobalt. HEX triplet: 0C, 51 and 99. RGB value is (12,81,153). Sum of RGB (Red+Green+Blue) = 12+81+153=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C5199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5199 is #F3AE66. Grayscale: #444444. Windows color (decimal): -15969895 or 10047756. OLE color: 10047756.
HSL color Cylindrical-coordinate representation of color #0C5199: hue angle of 210.64º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5199 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 81 | 153 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.4 |
| HSL | 210.64º | 0.85% | 0.32% | - |
| HSV(B) | 210.64º | 0.92% | 0.6% | - |
| XYZ | 8.84 | 8.26 | 31.27 | - |
| YUV | 68.58 | 175.64 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 153 | 0.92 | 0.47 | 0 | 0.4 | 210.64 | 0.85 | 0.32 |
| Hex | C | 51 | 99 | 5C | 2F | 0 | 28 | D3 | 55 | 20 |
| Octal | 14 | 121 | 231 | 134 | 57 | 0 | 50 | 323 | 125 | 40 |
| Binary | 1100 | 1010001 | 10011001 | 1011100 | 101111 | 0 | 101000 | 11010011 | 1010101 | 100000 |
Color Harmonies of #0C5199
Complementary color
Monochromatic Colors of #0C5199
Black with #0C5199
Text Example
Text Example
White with #0C5199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5199; }
p { color: rgb(12,81,153); }
H1.HeaderClassName
{
color: #0C5199;
}
.AnyTagClassName
{
color: #0C5199;
}
</style>
background-color css
<style>
a { background-color: #0C5199; }
a { background-color: rgb(12,81,153); }
div.DivClassName
{
background-color: #0C5199;
}
.BgClassName
{
background-color: #0C5199;
}
</style>
border-color css
<style>
span { border-color: #0C5199; }
span { border-color: rgb(12,81,153); }
td.TdClassName
{
border-color: #0C5199;
}
.TagClassName
{
border-color: #0C5199;
}
</style>