Shades of Navy Blue #004ED1
Tints of Navy Blue #004ED1
RGB
CMYK
RGB Variations
Color information
#004ED1 (or 0x004ED1) is known color: Navy Blue. HEX triplet: 00, 4E and D1. RGB value is (0,78,209). Sum of RGB (Red+Green+Blue) = 0+78+209=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 209 (82.03% from 255 or 72.82% from 287); Max value from RGB is 209 - color contains mainly: blue. Hex color #004ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004ED1 is #FFB12E. Grayscale: #454545. Windows color (decimal): -16757039 or 13716992. OLE color: 13716992.
HSL color Cylindrical-coordinate representation of color #004ED1: hue angle of 217.61º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004ED1 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 78 | 209 | - |
| CMYK | 1 | 0.63 | 0 | 0.18 |
| HSL | 217.61º | 1% | 0.41% | - |
| HSV(B) | 217.61º | 1% | 0.82% | - |
| XYZ | 14.23 | 10.05 | 61.51 | - |
| YUV | 69.61 | 206.66 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 209 | 1 | 0.63 | 0 | 0.18 | 217.61 | 1 | 0.41 |
| Hex | 0 | 4E | D1 | 64 | 3F | 0 | 12 | DA | 64 | 29 |
| Octal | 0 | 116 | 321 | 144 | 77 | 0 | 22 | 332 | 144 | 51 |
| Binary | 0 | 1001110 | 11010001 | 1100100 | 111111 | 0 | 10010 | 11011010 | 1100100 | 101001 |
Color Harmonies of #004ED1
Complementary color
Monochromatic Colors of #004ED1
Black with #004ED1
Text Example
Text Example
White with #004ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004ED1; }
p { color: rgb(0,78,209); }
H1.HeaderClassName
{
color: #004ED1;
}
.AnyTagClassName
{
color: #004ED1;
}
</style>
background-color css
<style>
a { background-color: #004ED1; }
a { background-color: rgb(0,78,209); }
div.DivClassName
{
background-color: #004ED1;
}
.BgClassName
{
background-color: #004ED1;
}
</style>
border-color css
<style>
span { border-color: #004ED1; }
span { border-color: rgb(0,78,209); }
td.TdClassName
{
border-color: #004ED1;
}
.TagClassName
{
border-color: #004ED1;
}
</style>