Shades of Navy Blue #004ED6
Tints of Navy Blue #004ED6
RGB
CMYK
RGB Variations
Color information
#004ED6 (or 0x004ED6) is known color: Navy Blue. HEX triplet: 00, 4E and D6. RGB value is (0,78,214). Sum of RGB (Red+Green+Blue) = 0+78+214=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 214 (83.98% from 255 or 73.29% from 292); Max value from RGB is 214 - color contains mainly: blue. Hex color #004ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004ED6 is #FFB129. Grayscale: #454545. Windows color (decimal): -16757034 or 14044672. OLE color: 14044672.
HSL color Cylindrical-coordinate representation of color #004ED6: hue angle of 218.13º 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 #004ED6 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 78 | 214 | - |
| CMYK | 1 | 0.64 | 0 | 0.16 |
| HSL | 218.13º | 1% | 0.42% | - |
| HSV(B) | 218.13º | 1% | 0.84% | - |
| XYZ | 14.86 | 10.3 | 64.82 | - |
| YUV | 70.18 | 209.16 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 214 | 1 | 0.64 | 0 | 0.16 | 218.13 | 1 | 0.42 |
| Hex | 0 | 4E | D6 | 64 | 40 | 0 | 10 | DA | 64 | 2A |
| Octal | 0 | 116 | 326 | 144 | 100 | 0 | 20 | 332 | 144 | 52 |
| Binary | 0 | 1001110 | 11010110 | 1100100 | 1000000 | 0 | 10000 | 11011010 | 1100100 | 101010 |
Color Harmonies of #004ED6
Complementary color
Monochromatic Colors of #004ED6
Black with #004ED6
Text Example
Text Example
White with #004ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004ED6; }
p { color: rgb(0,78,214); }
H1.HeaderClassName
{
color: #004ED6;
}
.AnyTagClassName
{
color: #004ED6;
}
</style>
background-color css
<style>
a { background-color: #004ED6; }
a { background-color: rgb(0,78,214); }
div.DivClassName
{
background-color: #004ED6;
}
.BgClassName
{
background-color: #004ED6;
}
</style>
border-color css
<style>
span { border-color: #004ED6; }
span { border-color: rgb(0,78,214); }
td.TdClassName
{
border-color: #004ED6;
}
.TagClassName
{
border-color: #004ED6;
}
</style>