Shades of Cobalt #0B4ABD
Tints of Cobalt #0B4ABD
RGB
CMYK
RGB Variations
Color information
#0B4ABD (or 0x0B4ABD) is known color: Cobalt. HEX triplet: 0B, 4A and BD. RGB value is (11,74,189). Sum of RGB (Red+Green+Blue) = 11+74+189=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B4ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B4ABD is #F4B542. Grayscale: #434343. Windows color (decimal): -16037187 or 12405259. OLE color: 12405259.
HSL color Cylindrical-coordinate representation of color #0B4ABD: hue angle of 218.76º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B4ABD is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 74 | 189 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.26 |
| HSL | 218.76º | 0.89% | 0.39% | - |
| HSV(B) | 218.76º | 0.94% | 0.74% | - |
| XYZ | 11.77 | 8.64 | 49.19 | - |
| YUV | 68.27 | 196.13 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 74 | 189 | 0.94 | 0.61 | 0 | 0.26 | 218.76 | 0.89 | 0.39 |
| Hex | B | 4A | BD | 5E | 3D | 0 | 1A | DB | 59 | 27 |
| Octal | 13 | 112 | 275 | 136 | 75 | 0 | 32 | 333 | 131 | 47 |
| Binary | 1011 | 1001010 | 10111101 | 1011110 | 111101 | 0 | 11010 | 11011011 | 1011001 | 100111 |
Color Harmonies of #0B4ABD
Complementary color
Monochromatic Colors of #0B4ABD
Black with #0B4ABD
Text Example
Text Example
White with #0B4ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4ABD; }
p { color: rgb(11,74,189); }
H1.HeaderClassName
{
color: #0B4ABD;
}
.AnyTagClassName
{
color: #0B4ABD;
}
</style>
background-color css
<style>
a { background-color: #0B4ABD; }
a { background-color: rgb(11,74,189); }
div.DivClassName
{
background-color: #0B4ABD;
}
.BgClassName
{
background-color: #0B4ABD;
}
</style>
border-color css
<style>
span { border-color: #0B4ABD; }
span { border-color: rgb(11,74,189); }
td.TdClassName
{
border-color: #0B4ABD;
}
.TagClassName
{
border-color: #0B4ABD;
}
</style>