Shades of Cobalt #0C5B99
Tints of Cobalt #0C5B99
RGB
CMYK
RGB Variations
Color information
#0C5B99 (or 0x0C5B99) is known color: Cobalt. HEX triplet: 0C, 5B and 99. RGB value is (12,91,153). Sum of RGB (Red+Green+Blue) = 12+91+153=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C5B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5B99 is #F3A466. Grayscale: #4A4A4A. Windows color (decimal): -15967335 or 10050316. OLE color: 10050316.
HSL color Cylindrical-coordinate representation of color #0C5B99: hue angle of 206.38º 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 #0C5B99 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 91 | 153 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.4 |
| HSL | 206.38º | 0.85% | 0.32% | - |
| HSV(B) | 206.38º | 0.92% | 0.6% | - |
| XYZ | 9.64 | 9.86 | 31.53 | - |
| YUV | 74.45 | 172.33 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 91 | 153 | 0.92 | 0.41 | 0 | 0.4 | 206.38 | 0.85 | 0.32 |
| Hex | C | 5B | 99 | 5C | 29 | 0 | 28 | CE | 55 | 20 |
| Octal | 14 | 133 | 231 | 134 | 51 | 0 | 50 | 316 | 125 | 40 |
| Binary | 1100 | 1011011 | 10011001 | 1011100 | 101001 | 0 | 101000 | 11001110 | 1010101 | 100000 |
Color Harmonies of #0C5B99
Complementary color
Monochromatic Colors of #0C5B99
Black with #0C5B99
Text Example
Text Example
White with #0C5B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5B99; }
p { color: rgb(12,91,153); }
H1.HeaderClassName
{
color: #0C5B99;
}
.AnyTagClassName
{
color: #0C5B99;
}
</style>
background-color css
<style>
a { background-color: #0C5B99; }
a { background-color: rgb(12,91,153); }
div.DivClassName
{
background-color: #0C5B99;
}
.BgClassName
{
background-color: #0C5B99;
}
</style>
border-color css
<style>
span { border-color: #0C5B99; }
span { border-color: rgb(12,91,153); }
td.TdClassName
{
border-color: #0C5B99;
}
.TagClassName
{
border-color: #0C5B99;
}
</style>