Shades of Navy Blue #004ED7
Tints of Navy Blue #004ED7
RGB
CMYK
RGB Variations
Color information
#004ED7 (or 0x004ED7) is known color: Navy Blue. HEX triplet: 00, 4E and D7. RGB value is (0,78,215). Sum of RGB (Red+Green+Blue) = 0+78+215=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 215 (84.38% from 255 or 73.38% from 293); Max value from RGB is 215 - color contains mainly: blue. Hex color #004ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004ED7 is #FFB128. Grayscale: #454545. Windows color (decimal): -16757033 or 14110208. OLE color: 14110208.
HSL color Cylindrical-coordinate representation of color #004ED7: hue angle of 218.23º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004ED7 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 78 | 215 | - |
| CMYK | 1 | 0.64 | 0 | 0.16 |
| HSL | 218.23º | 1% | 0.42% | - |
| HSV(B) | 218.23º | 1% | 0.84% | - |
| XYZ | 14.99 | 10.36 | 65.5 | - |
| YUV | 70.3 | 209.66 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 215 | 1 | 0.64 | 0 | 0.16 | 218.23 | 1 | 0.42 |
| Hex | 0 | 4E | D7 | 64 | 40 | 0 | 10 | DA | 64 | 2A |
| Octal | 0 | 116 | 327 | 144 | 100 | 0 | 20 | 332 | 144 | 52 |
| Binary | 0 | 1001110 | 11010111 | 1100100 | 1000000 | 0 | 10000 | 11011010 | 1100100 | 101010 |
Color Harmonies of #004ED7
Complementary color
Monochromatic Colors of #004ED7
Black with #004ED7
Text Example
Text Example
White with #004ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004ED7; }
p { color: rgb(0,78,215); }
H1.HeaderClassName
{
color: #004ED7;
}
.AnyTagClassName
{
color: #004ED7;
}
</style>
background-color css
<style>
a { background-color: #004ED7; }
a { background-color: rgb(0,78,215); }
div.DivClassName
{
background-color: #004ED7;
}
.BgClassName
{
background-color: #004ED7;
}
</style>
border-color css
<style>
span { border-color: #004ED7; }
span { border-color: rgb(0,78,215); }
td.TdClassName
{
border-color: #004ED7;
}
.TagClassName
{
border-color: #004ED7;
}
</style>