Shades of Cobalt #0B56A6
Tints of Cobalt #0B56A6
RGB
CMYK
RGB Variations
Color information
#0B56A6 (or 0x0B56A6) is known color: Cobalt. HEX triplet: 0B, 56 and A6. RGB value is (11,86,166). Sum of RGB (Red+Green+Blue) = 11+86+166=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 166 (65.23% from 255 or 63.12% from 263); Max value from RGB is 166 - color contains mainly: blue. Hex color #0B56A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B56A6 is #F4A959. Grayscale: #484848. Windows color (decimal): -16034138 or 10901003. OLE color: 10901003.
HSL color Cylindrical-coordinate representation of color #0B56A6: hue angle of 210.97º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B56A6 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 86 | 166 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.35 |
| HSL | 210.97º | 0.88% | 0.35% | - |
| HSV(B) | 210.97º | 0.93% | 0.65% | - |
| XYZ | 10.35 | 9.48 | 37.36 | - |
| YUV | 72.7 | 180.65 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 86 | 166 | 0.93 | 0.48 | 0 | 0.35 | 210.97 | 0.88 | 0.35 |
| Hex | B | 56 | A6 | 5D | 30 | 0 | 23 | D3 | 58 | 23 |
| Octal | 13 | 126 | 246 | 135 | 60 | 0 | 43 | 323 | 130 | 43 |
| Binary | 1011 | 1010110 | 10100110 | 1011101 | 110000 | 0 | 100011 | 11010011 | 1011000 | 100011 |
Color Harmonies of #0B56A6
Complementary color
Monochromatic Colors of #0B56A6
Black with #0B56A6
Text Example
Text Example
White with #0B56A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B56A6; }
p { color: rgb(11,86,166); }
H1.HeaderClassName
{
color: #0B56A6;
}
.AnyTagClassName
{
color: #0B56A6;
}
</style>
background-color css
<style>
a { background-color: #0B56A6; }
a { background-color: rgb(11,86,166); }
div.DivClassName
{
background-color: #0B56A6;
}
.BgClassName
{
background-color: #0B56A6;
}
</style>
border-color css
<style>
span { border-color: #0B56A6; }
span { border-color: rgb(11,86,166); }
td.TdClassName
{
border-color: #0B56A6;
}
.TagClassName
{
border-color: #0B56A6;
}
</style>