Shades of Cobalt #0047BB
Tints of Cobalt #0047BB
RGB
CMYK
RGB Variations
Color information
#0047BB (or 0x0047BB) is known color: Cobalt. HEX triplet: 00, 47 and BB. RGB value is (0,71,187). Sum of RGB (Red+Green+Blue) = 0+71+187=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #0047BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0047BB is #FFB844. Grayscale: #3E3E3E. Windows color (decimal): -16758853 or 12273408. OLE color: 12273408.
HSL color Cylindrical-coordinate representation of color #0047BB: hue angle of 217.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0047BB is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 71 | 187 | - |
| CMYK | 1 | 0.62 | 0 | 0.27 |
| HSL | 217.22º | 1% | 0.37% | - |
| HSV(B) | 217.22º | 1% | 0.73% | - |
| XYZ | 11.22 | 8.09 | 47.98 | - |
| YUV | 63 | 197.98 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 187 | 1 | 0.62 | 0 | 0.27 | 217.22 | 1 | 0.37 |
| Hex | 0 | 47 | BB | 64 | 3E | 0 | 1B | D9 | 64 | 25 |
| Octal | 0 | 107 | 273 | 144 | 76 | 0 | 33 | 331 | 144 | 45 |
| Binary | 0 | 1000111 | 10111011 | 1100100 | 111110 | 0 | 11011 | 11011001 | 1100100 | 100101 |
Color Harmonies of #0047BB
Complementary color
Monochromatic Colors of #0047BB
Black with #0047BB
Text Example
Text Example
White with #0047BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0047BB; }
p { color: rgb(0,71,187); }
H1.HeaderClassName
{
color: #0047BB;
}
.AnyTagClassName
{
color: #0047BB;
}
</style>
background-color css
<style>
a { background-color: #0047BB; }
a { background-color: rgb(0,71,187); }
div.DivClassName
{
background-color: #0047BB;
}
.BgClassName
{
background-color: #0047BB;
}
</style>
border-color css
<style>
span { border-color: #0047BB; }
span { border-color: rgb(0,71,187); }
td.TdClassName
{
border-color: #0047BB;
}
.TagClassName
{
border-color: #0047BB;
}
</style>