Shades of Cobalt #0047AE
Tints of Cobalt #0047AE
RGB
CMYK
RGB Variations
Color information
#0047AE (or 0x0047AE) is known color: Cobalt. HEX triplet: 00, 47 and AE. RGB value is (0,71,174). Sum of RGB (Red+Green+Blue) = 0+71+174=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #0047AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0047AE is #FFB851. Grayscale: #3D3D3D. Windows color (decimal): -16758866 or 11421440. OLE color: 11421440.
HSL color Cylindrical-coordinate representation of color #0047AE: hue angle of 215.52º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0047AE is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 71 | 174 | - |
| CMYK | 1 | 0.59 | 0 | 0.32 |
| HSL | 215.52º | 1% | 0.34% | - |
| HSV(B) | 215.52º | 1% | 0.68% | - |
| XYZ | 9.89 | 7.56 | 40.98 | - |
| YUV | 61.51 | 191.48 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 174 | 1 | 0.59 | 0 | 0.32 | 215.52 | 1 | 0.34 |
| Hex | 0 | 47 | AE | 64 | 3B | 0 | 20 | D8 | 64 | 22 |
| Octal | 0 | 107 | 256 | 144 | 73 | 0 | 40 | 330 | 144 | 42 |
| Binary | 0 | 1000111 | 10101110 | 1100100 | 111011 | 0 | 100000 | 11011000 | 1100100 | 100010 |
Color Harmonies of #0047AE
Complementary color
Monochromatic Colors of #0047AE
Black with #0047AE
Text Example
Text Example
White with #0047AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0047AE; }
p { color: rgb(0,71,174); }
H1.HeaderClassName
{
color: #0047AE;
}
.AnyTagClassName
{
color: #0047AE;
}
</style>
background-color css
<style>
a { background-color: #0047AE; }
a { background-color: rgb(0,71,174); }
div.DivClassName
{
background-color: #0047AE;
}
.BgClassName
{
background-color: #0047AE;
}
</style>
border-color css
<style>
span { border-color: #0047AE; }
span { border-color: rgb(0,71,174); }
td.TdClassName
{
border-color: #0047AE;
}
.TagClassName
{
border-color: #0047AE;
}
</style>