Shades of Cobalt #0C5397
Tints of Cobalt #0C5397
RGB
CMYK
RGB Variations
Color information
#0C5397 (or 0x0C5397) is known color: Cobalt. HEX triplet: 0C, 53 and 97. RGB value is (12,83,151). Sum of RGB (Red+Green+Blue) = 12+83+151=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #0C5397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5397 is #F3AC68. Grayscale: #454545. Windows color (decimal): -15969385 or 9917196. OLE color: 9917196.
HSL color Cylindrical-coordinate representation of color #0C5397: hue angle of 209.35º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5397 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 83 | 151 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.41 |
| HSL | 209.35º | 0.85% | 0.32% | - |
| HSV(B) | 209.35º | 0.92% | 0.59% | - |
| XYZ | 8.83 | 8.5 | 30.45 | - |
| YUV | 69.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 151 | 0.92 | 0.45 | 0 | 0.41 | 209.35 | 0.85 | 0.32 |
| Hex | C | 53 | 97 | 5C | 2D | 0 | 29 | D1 | 55 | 20 |
| Octal | 14 | 123 | 227 | 134 | 55 | 0 | 51 | 321 | 125 | 40 |
| Binary | 1100 | 1010011 | 10010111 | 1011100 | 101101 | 0 | 101001 | 11010001 | 1010101 | 100000 |
Color Harmonies of #0C5397
Complementary color
Monochromatic Colors of #0C5397
Black with #0C5397
Text Example
Text Example
White with #0C5397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5397; }
p { color: rgb(12,83,151); }
H1.HeaderClassName
{
color: #0C5397;
}
.AnyTagClassName
{
color: #0C5397;
}
</style>
background-color css
<style>
a { background-color: #0C5397; }
a { background-color: rgb(12,83,151); }
div.DivClassName
{
background-color: #0C5397;
}
.BgClassName
{
background-color: #0C5397;
}
</style>
border-color css
<style>
span { border-color: #0C5397; }
span { border-color: rgb(12,83,151); }
td.TdClassName
{
border-color: #0C5397;
}
.TagClassName
{
border-color: #0C5397;
}
</style>