Shades of Navy Blue #0047CD
Tints of Navy Blue #0047CD
RGB
CMYK
RGB Variations
Color information
#0047CD (or 0x0047CD) is known color: Navy Blue. HEX triplet: 00, 47 and CD. RGB value is (0,71,205). Sum of RGB (Red+Green+Blue) = 0+71+205=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #0047CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0047CD is #FFB832. Grayscale: #404040. Windows color (decimal): -16758835 or 13453056. OLE color: 13453056.
HSL color Cylindrical-coordinate representation of color #0047CD: hue angle of 219.22º 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 #0047CD is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 71 | 205 | - |
| CMYK | 1 | 0.65 | 0 | 0.20 |
| HSL | 219.22º | 1% | 0.4% | - |
| HSV(B) | 219.22º | 1% | 0.8% | - |
| XYZ | 13.27 | 8.91 | 58.78 | - |
| YUV | 65.05 | 206.98 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 205 | 1 | 0.65 | 0 | 0.20 | 219.22 | 1 | 0.4 |
| Hex | 0 | 47 | CD | 64 | 41 | 0 | 14 | DB | 64 | 28 |
| Octal | 0 | 107 | 315 | 144 | 101 | 0 | 24 | 333 | 144 | 50 |
| Binary | 0 | 1000111 | 11001101 | 1100100 | 1000001 | 0 | 10100 | 11011011 | 1100100 | 101000 |
Color Harmonies of #0047CD
Complementary color
Monochromatic Colors of #0047CD
Black with #0047CD
Text Example
Text Example
White with #0047CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0047CD; }
p { color: rgb(0,71,205); }
H1.HeaderClassName
{
color: #0047CD;
}
.AnyTagClassName
{
color: #0047CD;
}
</style>
background-color css
<style>
a { background-color: #0047CD; }
a { background-color: rgb(0,71,205); }
div.DivClassName
{
background-color: #0047CD;
}
.BgClassName
{
background-color: #0047CD;
}
</style>
border-color css
<style>
span { border-color: #0047CD; }
span { border-color: rgb(0,71,205); }
td.TdClassName
{
border-color: #0047CD;
}
.TagClassName
{
border-color: #0047CD;
}
</style>