Shades of Cobalt #0B55AB
Tints of Cobalt #0B55AB
RGB
CMYK
RGB Variations
Color information
#0B55AB (or 0x0B55AB) is known color: Cobalt. HEX triplet: 0B, 55 and AB. RGB value is (11,85,171). Sum of RGB (Red+Green+Blue) = 11+85+171=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B55AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B55AB is #F4AA54. Grayscale: #484848. Windows color (decimal): -16034389 or 11228427. OLE color: 11228427.
HSL color Cylindrical-coordinate representation of color #0B55AB: hue angle of 212.25º 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 #0B55AB is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 85 | 171 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.33 |
| HSL | 212.25º | 0.88% | 0.36% | - |
| HSV(B) | 212.25º | 0.94% | 0.67% | - |
| XYZ | 10.74 | 9.51 | 39.8 | - |
| YUV | 72.68 | 183.48 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 85 | 171 | 0.94 | 0.50 | 0 | 0.33 | 212.25 | 0.88 | 0.36 |
| Hex | B | 55 | AB | 5E | 32 | 0 | 21 | D4 | 58 | 24 |
| Octal | 13 | 125 | 253 | 136 | 62 | 0 | 41 | 324 | 130 | 44 |
| Binary | 1011 | 1010101 | 10101011 | 1011110 | 110010 | 0 | 100001 | 11010100 | 1011000 | 100100 |
Color Harmonies of #0B55AB
Complementary color
Monochromatic Colors of #0B55AB
Black with #0B55AB
Text Example
Text Example
White with #0B55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B55AB; }
p { color: rgb(11,85,171); }
H1.HeaderClassName
{
color: #0B55AB;
}
.AnyTagClassName
{
color: #0B55AB;
}
</style>
background-color css
<style>
a { background-color: #0B55AB; }
a { background-color: rgb(11,85,171); }
div.DivClassName
{
background-color: #0B55AB;
}
.BgClassName
{
background-color: #0B55AB;
}
</style>
border-color css
<style>
span { border-color: #0B55AB; }
span { border-color: rgb(11,85,171); }
td.TdClassName
{
border-color: #0B55AB;
}
.TagClassName
{
border-color: #0B55AB;
}
</style>