Shades of Cobalt #0B47BD
Tints of Cobalt #0B47BD
RGB
CMYK
RGB Variations
Color information
#0B47BD (or 0x0B47BD) is known color: Cobalt. HEX triplet: 0B, 47 and BD. RGB value is (11,71,189). Sum of RGB (Red+Green+Blue) = 11+71+189=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B47BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B47BD is #F4B842. Grayscale: #414141. Windows color (decimal): -16037955 or 12404491. OLE color: 12404491.
HSL color Cylindrical-coordinate representation of color #0B47BD: hue angle of 219.78º 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 #0B47BD is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 71 | 189 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.26 |
| HSL | 219.78º | 0.89% | 0.39% | - |
| HSV(B) | 219.78º | 0.94% | 0.74% | - |
| XYZ | 11.58 | 8.25 | 49.13 | - |
| YUV | 66.51 | 197.12 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 189 | 0.94 | 0.62 | 0 | 0.26 | 219.78 | 0.89 | 0.39 |
| Hex | B | 47 | BD | 5E | 3E | 0 | 1A | DC | 59 | 27 |
| Octal | 13 | 107 | 275 | 136 | 76 | 0 | 32 | 334 | 131 | 47 |
| Binary | 1011 | 1000111 | 10111101 | 1011110 | 111110 | 0 | 11010 | 11011100 | 1011001 | 100111 |
Color Harmonies of #0B47BD
Complementary color
Monochromatic Colors of #0B47BD
Black with #0B47BD
Text Example
Text Example
White with #0B47BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B47BD; }
p { color: rgb(11,71,189); }
H1.HeaderClassName
{
color: #0B47BD;
}
.AnyTagClassName
{
color: #0B47BD;
}
</style>
background-color css
<style>
a { background-color: #0B47BD; }
a { background-color: rgb(11,71,189); }
div.DivClassName
{
background-color: #0B47BD;
}
.BgClassName
{
background-color: #0B47BD;
}
</style>
border-color css
<style>
span { border-color: #0B47BD; }
span { border-color: rgb(11,71,189); }
td.TdClassName
{
border-color: #0B47BD;
}
.TagClassName
{
border-color: #0B47BD;
}
</style>