Shades of Cobalt #0B5497
Tints of Cobalt #0B5497
RGB
CMYK
RGB Variations
Color information
#0B5497 (or 0x0B5497) is known color: Cobalt. HEX triplet: 0B, 54 and 97. RGB value is (11,84,151). Sum of RGB (Red+Green+Blue) = 11+84+151=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 84 (33.20% from 255 or 34.15% 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 #0B5497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5497 is #F4AB68. Grayscale: #454545. Windows color (decimal): -16034665 or 9917451. OLE color: 9917451.
HSL color Cylindrical-coordinate representation of color #0B5497: hue angle of 208.71º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5497 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 84 | 151 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.41 |
| HSL | 208.71º | 0.86% | 0.32% | - |
| HSV(B) | 208.71º | 0.93% | 0.59% | - |
| XYZ | 8.89 | 8.65 | 30.48 | - |
| YUV | 69.81 | 173.82 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 151 | 0.93 | 0.44 | 0 | 0.41 | 208.71 | 0.86 | 0.32 |
| Hex | B | 54 | 97 | 5D | 2C | 0 | 29 | D1 | 56 | 20 |
| Octal | 13 | 124 | 227 | 135 | 54 | 0 | 51 | 321 | 126 | 40 |
| Binary | 1011 | 1010100 | 10010111 | 1011101 | 101100 | 0 | 101001 | 11010001 | 1010110 | 100000 |
Color Harmonies of #0B5497
Complementary color
Monochromatic Colors of #0B5497
Black with #0B5497
Text Example
Text Example
White with #0B5497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5497; }
p { color: rgb(11,84,151); }
H1.HeaderClassName
{
color: #0B5497;
}
.AnyTagClassName
{
color: #0B5497;
}
</style>
background-color css
<style>
a { background-color: #0B5497; }
a { background-color: rgb(11,84,151); }
div.DivClassName
{
background-color: #0B5497;
}
.BgClassName
{
background-color: #0B5497;
}
</style>
border-color css
<style>
span { border-color: #0B5497; }
span { border-color: rgb(11,84,151); }
td.TdClassName
{
border-color: #0B5497;
}
.TagClassName
{
border-color: #0B5497;
}
</style>