Shades of Navy Blue #004EEF
Tints of Navy Blue #004EEF
RGB
CMYK
RGB Variations
Color information
#004EEF (or 0x004EEF) is known color: Navy Blue. HEX triplet: 00, 4E and EF. RGB value is (0,78,239). Sum of RGB (Red+Green+Blue) = 0+78+239=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #004EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004EEF is #FFB110. Grayscale: #484848. Windows color (decimal): -16757009 or 15683072. OLE color: 15683072.
HSL color Cylindrical-coordinate representation of color #004EEF: hue angle of 220.42º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EEF is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 78 | 239 | - |
| CMYK | 1 | 0.67 | 0 | 0.06 |
| HSL | 220.42º | 1% | 0.47% | - |
| HSV(B) | 220.42º | 1% | 0.94% | - |
| XYZ | 18.3 | 11.68 | 82.95 | - |
| YUV | 73.03 | 221.66 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 239 | 1 | 0.67 | 0 | 0.06 | 220.42 | 1 | 0.47 |
| Hex | 0 | 4E | EF | 64 | 43 | 0 | 6 | DC | 64 | 2F |
| Octal | 0 | 116 | 357 | 144 | 103 | 0 | 6 | 334 | 144 | 57 |
| Binary | 0 | 1001110 | 11101111 | 1100100 | 1000011 | 0 | 110 | 11011100 | 1100100 | 101111 |
Color Harmonies of #004EEF
Complementary color
Monochromatic Colors of #004EEF
Black with #004EEF
Text Example
Text Example
White with #004EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EEF; }
p { color: rgb(0,78,239); }
H1.HeaderClassName
{
color: #004EEF;
}
.AnyTagClassName
{
color: #004EEF;
}
</style>
background-color css
<style>
a { background-color: #004EEF; }
a { background-color: rgb(0,78,239); }
div.DivClassName
{
background-color: #004EEF;
}
.BgClassName
{
background-color: #004EEF;
}
</style>
border-color css
<style>
span { border-color: #004EEF; }
span { border-color: rgb(0,78,239); }
td.TdClassName
{
border-color: #004EEF;
}
.TagClassName
{
border-color: #004EEF;
}
</style>