Shades of Cobalt #0B49BD
Tints of Cobalt #0B49BD
RGB
CMYK
RGB Variations
Color information
#0B49BD (or 0x0B49BD) is known color: Cobalt. HEX triplet: 0B, 49 and BD. RGB value is (11,73,189). Sum of RGB (Red+Green+Blue) = 11+73+189=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B49BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B49BD is #F4B642. Grayscale: #434343. Windows color (decimal): -16037443 or 12405003. OLE color: 12405003.
HSL color Cylindrical-coordinate representation of color #0B49BD: hue angle of 219.1º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B49BD is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 73 | 189 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.26 |
| HSL | 219.1º | 0.89% | 0.39% | - |
| HSV(B) | 219.1º | 0.94% | 0.74% | - |
| XYZ | 11.71 | 8.51 | 49.17 | - |
| YUV | 67.69 | 196.46 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 73 | 189 | 0.94 | 0.61 | 0 | 0.26 | 219.1 | 0.89 | 0.39 |
| Hex | B | 49 | BD | 5E | 3D | 0 | 1A | DB | 59 | 27 |
| Octal | 13 | 111 | 275 | 136 | 75 | 0 | 32 | 333 | 131 | 47 |
| Binary | 1011 | 1001001 | 10111101 | 1011110 | 111101 | 0 | 11010 | 11011011 | 1011001 | 100111 |
Color Harmonies of #0B49BD
Complementary color
Monochromatic Colors of #0B49BD
Black with #0B49BD
Text Example
Text Example
White with #0B49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B49BD; }
p { color: rgb(11,73,189); }
H1.HeaderClassName
{
color: #0B49BD;
}
.AnyTagClassName
{
color: #0B49BD;
}
</style>
background-color css
<style>
a { background-color: #0B49BD; }
a { background-color: rgb(11,73,189); }
div.DivClassName
{
background-color: #0B49BD;
}
.BgClassName
{
background-color: #0B49BD;
}
</style>
border-color css
<style>
span { border-color: #0B49BD; }
span { border-color: rgb(11,73,189); }
td.TdClassName
{
border-color: #0B49BD;
}
.TagClassName
{
border-color: #0B49BD;
}
</style>