Shades of Navy Blue #0047DC
Tints of Navy Blue #0047DC
RGB
CMYK
RGB Variations
Color information
#0047DC (or 0x0047DC) is known color: Navy Blue. HEX triplet: 00, 47 and DC. RGB value is (0,71,220). Sum of RGB (Red+Green+Blue) = 0+71+220=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #0047DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0047DC is #FFB823. Grayscale: #424242. Windows color (decimal): -16758820 or 14436096. OLE color: 14436096.
HSL color Cylindrical-coordinate representation of color #0047DC: hue angle of 220.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0047DC is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 71 | 220 | - |
| CMYK | 1 | 0.68 | 0 | 0.14 |
| HSL | 220.64º | 1% | 0.43% | - |
| HSV(B) | 220.64º | 1% | 0.86% | - |
| XYZ | 15.17 | 9.67 | 68.78 | - |
| YUV | 66.76 | 214.48 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 220 | 1 | 0.68 | 0 | 0.14 | 220.64 | 1 | 0.43 |
| Hex | 0 | 47 | DC | 64 | 44 | 0 | E | DD | 64 | 2B |
| Octal | 0 | 107 | 334 | 144 | 104 | 0 | 16 | 335 | 144 | 53 |
| Binary | 0 | 1000111 | 11011100 | 1100100 | 1000100 | 0 | 1110 | 11011101 | 1100100 | 101011 |
Color Harmonies of #0047DC
Complementary color
Monochromatic Colors of #0047DC
Black with #0047DC
Text Example
Text Example
White with #0047DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0047DC; }
p { color: rgb(0,71,220); }
H1.HeaderClassName
{
color: #0047DC;
}
.AnyTagClassName
{
color: #0047DC;
}
</style>
background-color css
<style>
a { background-color: #0047DC; }
a { background-color: rgb(0,71,220); }
div.DivClassName
{
background-color: #0047DC;
}
.BgClassName
{
background-color: #0047DC;
}
</style>
border-color css
<style>
span { border-color: #0047DC; }
span { border-color: rgb(0,71,220); }
td.TdClassName
{
border-color: #0047DC;
}
.TagClassName
{
border-color: #0047DC;
}
</style>