Shades of Cobalt #0047CB
Tints of Cobalt #0047CB
RGB
CMYK
RGB Variations
Color information
#0047CB (or 0x0047CB) is known color: Cobalt. HEX triplet: 00, 47 and CB. RGB value is (0,71,203). Sum of RGB (Red+Green+Blue) = 0+71+203=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #0047CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0047CB is #FFB834. Grayscale: #404040. Windows color (decimal): -16758837 or 13321984. OLE color: 13321984.
HSL color Cylindrical-coordinate representation of color #0047CB: hue angle of 219.01º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0047CB is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 71 | 203 | - |
| CMYK | 1 | 0.65 | 0 | 0.20 |
| HSL | 219.01º | 1% | 0.4% | - |
| HSV(B) | 219.01º | 1% | 0.8% | - |
| XYZ | 13.03 | 8.82 | 57.52 | - |
| YUV | 64.82 | 205.98 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 203 | 1 | 0.65 | 0 | 0.20 | 219.01 | 1 | 0.4 |
| Hex | 0 | 47 | CB | 64 | 41 | 0 | 14 | DB | 64 | 28 |
| Octal | 0 | 107 | 313 | 144 | 101 | 0 | 24 | 333 | 144 | 50 |
| Binary | 0 | 1000111 | 11001011 | 1100100 | 1000001 | 0 | 10100 | 11011011 | 1100100 | 101000 |
Color Harmonies of #0047CB
Complementary color
Monochromatic Colors of #0047CB
Black with #0047CB
Text Example
Text Example
White with #0047CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0047CB; }
p { color: rgb(0,71,203); }
H1.HeaderClassName
{
color: #0047CB;
}
.AnyTagClassName
{
color: #0047CB;
}
</style>
background-color css
<style>
a { background-color: #0047CB; }
a { background-color: rgb(0,71,203); }
div.DivClassName
{
background-color: #0047CB;
}
.BgClassName
{
background-color: #0047CB;
}
</style>
border-color css
<style>
span { border-color: #0047CB; }
span { border-color: rgb(0,71,203); }
td.TdClassName
{
border-color: #0047CB;
}
.TagClassName
{
border-color: #0047CB;
}
</style>