Shades of Cobalt #0C5498
Tints of Cobalt #0C5498
RGB
CMYK
RGB Variations
Color information
#0C5498 (or 0x0C5498) is known color: Cobalt. HEX triplet: 0C, 54 and 98. RGB value is (12,84,152). Sum of RGB (Red+Green+Blue) = 12+84+152=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C5498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5498 is #F3AB67. Grayscale: #454545. Windows color (decimal): -15969128 or 9982988. OLE color: 9982988.
HSL color Cylindrical-coordinate representation of color #0C5498: hue angle of 209.14º 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 #0C5498 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 84 | 152 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.40 |
| HSL | 209.14º | 0.85% | 0.32% | - |
| HSV(B) | 209.14º | 0.92% | 0.6% | - |
| XYZ | 8.99 | 8.69 | 30.91 | - |
| YUV | 70.22 | 174.15 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 152 | 0.92 | 0.45 | 0 | 0.40 | 209.14 | 0.85 | 0.32 |
| Hex | C | 54 | 98 | 5C | 2D | 0 | 28 | D1 | 55 | 20 |
| Octal | 14 | 124 | 230 | 134 | 55 | 0 | 50 | 321 | 125 | 40 |
| Binary | 1100 | 1010100 | 10011000 | 1011100 | 101101 | 0 | 101000 | 11010001 | 1010101 | 100000 |
Color Harmonies of #0C5498
Complementary color
Monochromatic Colors of #0C5498
Black with #0C5498
Text Example
Text Example
White with #0C5498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5498; }
p { color: rgb(12,84,152); }
H1.HeaderClassName
{
color: #0C5498;
}
.AnyTagClassName
{
color: #0C5498;
}
</style>
background-color css
<style>
a { background-color: #0C5498; }
a { background-color: rgb(12,84,152); }
div.DivClassName
{
background-color: #0C5498;
}
.BgClassName
{
background-color: #0C5498;
}
</style>
border-color css
<style>
span { border-color: #0C5498; }
span { border-color: rgb(12,84,152); }
td.TdClassName
{
border-color: #0C5498;
}
.TagClassName
{
border-color: #0C5498;
}
</style>