Shades of Cobalt #0B499B
Tints of Cobalt #0B499B
RGB
CMYK
RGB Variations
Color information
#0B499B (or 0x0B499B) is known color: Cobalt. HEX triplet: 0B, 49 and 9B. RGB value is (11,73,155). Sum of RGB (Red+Green+Blue) = 11+73+155=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B499B is #F4B664. Grayscale: #3F3F3F. Windows color (decimal): -16037477 or 10176779. OLE color: 10176779.
HSL color Cylindrical-coordinate representation of color #0B499B: hue angle of 214.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B499B is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 73 | 155 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.39 |
| HSL | 214.17º | 0.87% | 0.33% | - |
| HSV(B) | 214.17º | 0.93% | 0.61% | - |
| XYZ | 8.44 | 7.2 | 31.96 | - |
| YUV | 63.81 | 179.46 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 73 | 155 | 0.93 | 0.53 | 0 | 0.39 | 214.17 | 0.87 | 0.33 |
| Hex | B | 49 | 9B | 5D | 35 | 0 | 27 | D6 | 57 | 21 |
| Octal | 13 | 111 | 233 | 135 | 65 | 0 | 47 | 326 | 127 | 41 |
| Binary | 1011 | 1001001 | 10011011 | 1011101 | 110101 | 0 | 100111 | 11010110 | 1010111 | 100001 |
Color Harmonies of #0B499B
Complementary color
Monochromatic Colors of #0B499B
Black with #0B499B
Text Example
Text Example
White with #0B499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B499B; }
p { color: rgb(11,73,155); }
H1.HeaderClassName
{
color: #0B499B;
}
.AnyTagClassName
{
color: #0B499B;
}
</style>
background-color css
<style>
a { background-color: #0B499B; }
a { background-color: rgb(11,73,155); }
div.DivClassName
{
background-color: #0B499B;
}
.BgClassName
{
background-color: #0B499B;
}
</style>
border-color css
<style>
span { border-color: #0B499B; }
span { border-color: rgb(11,73,155); }
td.TdClassName
{
border-color: #0B499B;
}
.TagClassName
{
border-color: #0B499B;
}
</style>