Shades of Cobalt #0B4697
Tints of Cobalt #0B4697
RGB
CMYK
RGB Variations
Color information
#0B4697 (or 0x0B4697) is known color: Cobalt. HEX triplet: 0B, 46 and 97. RGB value is (11,70,151). Sum of RGB (Red+Green+Blue) = 11+70+151=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #0B4697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4697 is #F4B968. Grayscale: #3D3D3D. Windows color (decimal): -16038249 or 9913867. OLE color: 9913867.
HSL color Cylindrical-coordinate representation of color #0B4697: hue angle of 214.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 #0B4697 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 70 | 151 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.41 |
| HSL | 214.71º | 0.86% | 0.32% | - |
| HSV(B) | 214.71º | 0.93% | 0.59% | - |
| XYZ | 7.91 | 6.69 | 30.15 | - |
| YUV | 61.59 | 178.45 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 70 | 151 | 0.93 | 0.54 | 0 | 0.41 | 214.71 | 0.86 | 0.32 |
| Hex | B | 46 | 97 | 5D | 36 | 0 | 29 | D7 | 56 | 20 |
| Octal | 13 | 106 | 227 | 135 | 66 | 0 | 51 | 327 | 126 | 40 |
| Binary | 1011 | 1000110 | 10010111 | 1011101 | 110110 | 0 | 101001 | 11010111 | 1010110 | 100000 |
Color Harmonies of #0B4697
Complementary color
Monochromatic Colors of #0B4697
Black with #0B4697
Text Example
Text Example
White with #0B4697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4697; }
p { color: rgb(11,70,151); }
H1.HeaderClassName
{
color: #0B4697;
}
.AnyTagClassName
{
color: #0B4697;
}
</style>
background-color css
<style>
a { background-color: #0B4697; }
a { background-color: rgb(11,70,151); }
div.DivClassName
{
background-color: #0B4697;
}
.BgClassName
{
background-color: #0B4697;
}
</style>
border-color css
<style>
span { border-color: #0B4697; }
span { border-color: rgb(11,70,151); }
td.TdClassName
{
border-color: #0B4697;
}
.TagClassName
{
border-color: #0B4697;
}
</style>