Shades of Cobalt #0B43AB
Tints of Cobalt #0B43AB
RGB
CMYK
RGB Variations
Color information
#0B43AB (or 0x0B43AB) is known color: Cobalt. HEX triplet: 0B, 43 and AB. RGB value is (11,67,171). Sum of RGB (Red+Green+Blue) = 11+67+171=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B43AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B43AB is #F4BC54. Grayscale: #3D3D3D. Windows color (decimal): -16038997 or 11223819. OLE color: 11223819.
HSL color Cylindrical-coordinate representation of color #0B43AB: hue angle of 219º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B43AB is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 67 | 171 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.33 |
| HSL | 219º | 0.88% | 0.36% | - |
| HSV(B) | 219º | 0.94% | 0.67% | - |
| XYZ | 9.5 | 7.03 | 39.38 | - |
| YUV | 62.11 | 189.45 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 171 | 0.94 | 0.61 | 0 | 0.33 | 219 | 0.88 | 0.36 |
| Hex | B | 43 | AB | 5E | 3D | 0 | 21 | DB | 58 | 24 |
| Octal | 13 | 103 | 253 | 136 | 75 | 0 | 41 | 333 | 130 | 44 |
| Binary | 1011 | 1000011 | 10101011 | 1011110 | 111101 | 0 | 100001 | 11011011 | 1011000 | 100100 |
Color Harmonies of #0B43AB
Complementary color
Monochromatic Colors of #0B43AB
Black with #0B43AB
Text Example
Text Example
White with #0B43AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B43AB; }
p { color: rgb(11,67,171); }
H1.HeaderClassName
{
color: #0B43AB;
}
.AnyTagClassName
{
color: #0B43AB;
}
</style>
background-color css
<style>
a { background-color: #0B43AB; }
a { background-color: rgb(11,67,171); }
div.DivClassName
{
background-color: #0B43AB;
}
.BgClassName
{
background-color: #0B43AB;
}
</style>
border-color css
<style>
span { border-color: #0B43AB; }
span { border-color: rgb(11,67,171); }
td.TdClassName
{
border-color: #0B43AB;
}
.TagClassName
{
border-color: #0B43AB;
}
</style>