Shades of Cobalt #0B58AB
Tints of Cobalt #0B58AB
RGB
CMYK
RGB Variations
Color information
#0B58AB (or 0x0B58AB) is known color: Cobalt. HEX triplet: 0B, 58 and AB. RGB value is (11,88,171). Sum of RGB (Red+Green+Blue) = 11+88+171=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B58AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B58AB is #F4A754. Grayscale: #4A4A4A. Windows color (decimal): -16033621 or 11229195. OLE color: 11229195.
HSL color Cylindrical-coordinate representation of color #0B58AB: hue angle of 211.12º 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 #0B58AB is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 88 | 171 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.33 |
| HSL | 211.13º | 0.88% | 0.36% | - |
| HSV(B) | 211.13º | 0.94% | 0.67% | - |
| XYZ | 10.98 | 9.99 | 39.88 | - |
| YUV | 74.44 | 182.49 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 171 | 0.94 | 0.49 | 0 | 0.33 | 211.13 | 0.88 | 0.36 |
| Hex | B | 58 | AB | 5E | 31 | 0 | 21 | D3 | 58 | 24 |
| Octal | 13 | 130 | 253 | 136 | 61 | 0 | 41 | 323 | 130 | 44 |
| Binary | 1011 | 1011000 | 10101011 | 1011110 | 110001 | 0 | 100001 | 11010011 | 1011000 | 100100 |
Color Harmonies of #0B58AB
Complementary color
Monochromatic Colors of #0B58AB
Black with #0B58AB
Text Example
Text Example
White with #0B58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B58AB; }
p { color: rgb(11,88,171); }
H1.HeaderClassName
{
color: #0B58AB;
}
.AnyTagClassName
{
color: #0B58AB;
}
</style>
background-color css
<style>
a { background-color: #0B58AB; }
a { background-color: rgb(11,88,171); }
div.DivClassName
{
background-color: #0B58AB;
}
.BgClassName
{
background-color: #0B58AB;
}
</style>
border-color css
<style>
span { border-color: #0B58AB; }
span { border-color: rgb(11,88,171); }
td.TdClassName
{
border-color: #0B58AB;
}
.TagClassName
{
border-color: #0B58AB;
}
</style>