Shades of Navy Blue #004ED2
Tints of Navy Blue #004ED2
RGB
CMYK
RGB Variations
Color information
#004ED2 (or 0x004ED2) is known color: Navy Blue. HEX triplet: 00, 4E and D2. RGB value is (0,78,210). Sum of RGB (Red+Green+Blue) = 0+78+210=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 210 (82.42% from 255 or 72.92% from 288); Max value from RGB is 210 - color contains mainly: blue. Hex color #004ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004ED2 is #FFB12D. Grayscale: #454545. Windows color (decimal): -16757038 or 13782528. OLE color: 13782528.
HSL color Cylindrical-coordinate representation of color #004ED2: hue angle of 217.71º 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 #004ED2 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 78 | 210 | - |
| CMYK | 1 | 0.63 | 0 | 0.18 |
| HSL | 217.71º | 1% | 0.41% | - |
| HSV(B) | 217.71º | 1% | 0.82% | - |
| XYZ | 14.36 | 10.1 | 62.17 | - |
| YUV | 69.73 | 207.16 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 210 | 1 | 0.63 | 0 | 0.18 | 217.71 | 1 | 0.41 |
| Hex | 0 | 4E | D2 | 64 | 3F | 0 | 12 | DA | 64 | 29 |
| Octal | 0 | 116 | 322 | 144 | 77 | 0 | 22 | 332 | 144 | 51 |
| Binary | 0 | 1001110 | 11010010 | 1100100 | 111111 | 0 | 10010 | 11011010 | 1100100 | 101001 |
Color Harmonies of #004ED2
Complementary color
Monochromatic Colors of #004ED2
Black with #004ED2
Text Example
Text Example
White with #004ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004ED2; }
p { color: rgb(0,78,210); }
H1.HeaderClassName
{
color: #004ED2;
}
.AnyTagClassName
{
color: #004ED2;
}
</style>
background-color css
<style>
a { background-color: #004ED2; }
a { background-color: rgb(0,78,210); }
div.DivClassName
{
background-color: #004ED2;
}
.BgClassName
{
background-color: #004ED2;
}
</style>
border-color css
<style>
span { border-color: #004ED2; }
span { border-color: rgb(0,78,210); }
td.TdClassName
{
border-color: #004ED2;
}
.TagClassName
{
border-color: #004ED2;
}
</style>