Shades of Cobalt #0B4CBA
Tints of Cobalt #0B4CBA
RGB
CMYK
RGB Variations
Color information
#0B4CBA (or 0x0B4CBA) is known color: Cobalt. HEX triplet: 0B, 4C and BA. RGB value is (11,76,186). Sum of RGB (Red+Green+Blue) = 11+76+186=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B4CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B4CBA is #F4B345. Grayscale: #444444. Windows color (decimal): -16036678 or 12209163. OLE color: 12209163.
HSL color Cylindrical-coordinate representation of color #0B4CBA: hue angle of 217.71º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B4CBA is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 76 | 186 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.27 |
| HSL | 217.71º | 0.89% | 0.39% | - |
| HSV(B) | 217.71º | 0.94% | 0.73% | - |
| XYZ | 11.59 | 8.79 | 47.54 | - |
| YUV | 69.11 | 193.97 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 76 | 186 | 0.94 | 0.59 | 0 | 0.27 | 217.71 | 0.89 | 0.39 |
| Hex | B | 4C | BA | 5E | 3B | 0 | 1B | DA | 59 | 27 |
| Octal | 13 | 114 | 272 | 136 | 73 | 0 | 33 | 332 | 131 | 47 |
| Binary | 1011 | 1001100 | 10111010 | 1011110 | 111011 | 0 | 11011 | 11011010 | 1011001 | 100111 |
Color Harmonies of #0B4CBA
Complementary color
Monochromatic Colors of #0B4CBA
Black with #0B4CBA
Text Example
Text Example
White with #0B4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4CBA; }
p { color: rgb(11,76,186); }
H1.HeaderClassName
{
color: #0B4CBA;
}
.AnyTagClassName
{
color: #0B4CBA;
}
</style>
background-color css
<style>
a { background-color: #0B4CBA; }
a { background-color: rgb(11,76,186); }
div.DivClassName
{
background-color: #0B4CBA;
}
.BgClassName
{
background-color: #0B4CBA;
}
</style>
border-color css
<style>
span { border-color: #0B4CBA; }
span { border-color: rgb(11,76,186); }
td.TdClassName
{
border-color: #0B4CBA;
}
.TagClassName
{
border-color: #0B4CBA;
}
</style>