Shades of Navy Blue #004EC7
Tints of Navy Blue #004EC7
RGB
CMYK
RGB Variations
Color information
#004EC7 (or 0x004EC7) is known color: Navy Blue. HEX triplet: 00, 4E and C7. RGB value is (0,78,199). Sum of RGB (Red+Green+Blue) = 0+78+199=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 199 (78.12% from 255 or 71.84% from 277); Max value from RGB is 199 - color contains mainly: blue. Hex color #004EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EC7 is #FFB138. Grayscale: #434343. Windows color (decimal): -16757049 or 13061632. OLE color: 13061632.
HSL color Cylindrical-coordinate representation of color #004EC7: hue angle of 216.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EC7 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 78 | 199 | - |
| CMYK | 1 | 0.61 | 0 | 0.22 |
| HSL | 216.48º | 1% | 0.39% | - |
| HSV(B) | 216.48º | 1% | 0.78% | - |
| XYZ | 13.03 | 9.57 | 55.19 | - |
| YUV | 68.47 | 201.66 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 199 | 1 | 0.61 | 0 | 0.22 | 216.48 | 1 | 0.39 |
| Hex | 0 | 4E | C7 | 64 | 3D | 0 | 16 | D8 | 64 | 27 |
| Octal | 0 | 116 | 307 | 144 | 75 | 0 | 26 | 330 | 144 | 47 |
| Binary | 0 | 1001110 | 11000111 | 1100100 | 111101 | 0 | 10110 | 11011000 | 1100100 | 100111 |
Color Harmonies of #004EC7
Complementary color
Monochromatic Colors of #004EC7
Black with #004EC7
Text Example
Text Example
White with #004EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EC7; }
p { color: rgb(0,78,199); }
H1.HeaderClassName
{
color: #004EC7;
}
.AnyTagClassName
{
color: #004EC7;
}
</style>
background-color css
<style>
a { background-color: #004EC7; }
a { background-color: rgb(0,78,199); }
div.DivClassName
{
background-color: #004EC7;
}
.BgClassName
{
background-color: #004EC7;
}
</style>
border-color css
<style>
span { border-color: #004EC7; }
span { border-color: rgb(0,78,199); }
td.TdClassName
{
border-color: #004EC7;
}
.TagClassName
{
border-color: #004EC7;
}
</style>