Shades of Cobalt #0B42B5
Tints of Cobalt #0B42B5
RGB
CMYK
RGB Variations
Color information
#0B42B5 (or 0x0B42B5) is known color: Cobalt. HEX triplet: 0B, 42 and B5. RGB value is (11,66,181). Sum of RGB (Red+Green+Blue) = 11+66+181=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 181 (71.09% from 255 or 70.16% from 258); Max value from RGB is 181 - color contains mainly: blue. Hex color #0B42B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B42B5 is #F4BD4A. Grayscale: #3E3E3E. Windows color (decimal): -16039243 or 11878923. OLE color: 11878923.
HSL color Cylindrical-coordinate representation of color #0B42B5: hue angle of 220.59º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B42B5 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 66 | 181 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.29 |
| HSL | 220.59º | 0.89% | 0.38% | - |
| HSV(B) | 220.59º | 0.94% | 0.71% | - |
| XYZ | 10.43 | 7.3 | 44.58 | - |
| YUV | 62.67 | 194.78 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 181 | 0.94 | 0.64 | 0 | 0.29 | 220.59 | 0.89 | 0.38 |
| Hex | B | 42 | B5 | 5E | 40 | 0 | 1D | DD | 59 | 26 |
| Octal | 13 | 102 | 265 | 136 | 100 | 0 | 35 | 335 | 131 | 46 |
| Binary | 1011 | 1000010 | 10110101 | 1011110 | 1000000 | 0 | 11101 | 11011101 | 1011001 | 100110 |
Color Harmonies of #0B42B5
Complementary color
Monochromatic Colors of #0B42B5
Black with #0B42B5
Text Example
Text Example
White with #0B42B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B42B5; }
p { color: rgb(11,66,181); }
H1.HeaderClassName
{
color: #0B42B5;
}
.AnyTagClassName
{
color: #0B42B5;
}
</style>
background-color css
<style>
a { background-color: #0B42B5; }
a { background-color: rgb(11,66,181); }
div.DivClassName
{
background-color: #0B42B5;
}
.BgClassName
{
background-color: #0B42B5;
}
</style>
border-color css
<style>
span { border-color: #0B42B5; }
span { border-color: rgb(11,66,181); }
td.TdClassName
{
border-color: #0B42B5;
}
.TagClassName
{
border-color: #0B42B5;
}
</style>