Shades of Navy Blue #004EEE
Tints of Navy Blue #004EEE
RGB
CMYK
RGB Variations
Color information
#004EEE (or 0x004EEE) is known color: Navy Blue. HEX triplet: 00, 4E and EE. RGB value is (0,78,238). Sum of RGB (Red+Green+Blue) = 0+78+238=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #004EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004EEE is #FFB111. Grayscale: #484848. Windows color (decimal): -16757010 or 15617536. OLE color: 15617536.
HSL color Cylindrical-coordinate representation of color #004EEE: hue angle of 220.34º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EEE is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 78 | 238 | - |
| CMYK | 1 | 0.67 | 0 | 0.07 |
| HSL | 220.34º | 1% | 0.47% | - |
| HSV(B) | 220.34º | 1% | 0.93% | - |
| XYZ | 18.16 | 11.62 | 82.18 | - |
| YUV | 72.92 | 221.16 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 238 | 1 | 0.67 | 0 | 0.07 | 220.34 | 1 | 0.47 |
| Hex | 0 | 4E | EE | 64 | 43 | 0 | 7 | DC | 64 | 2F |
| Octal | 0 | 116 | 356 | 144 | 103 | 0 | 7 | 334 | 144 | 57 |
| Binary | 0 | 1001110 | 11101110 | 1100100 | 1000011 | 0 | 111 | 11011100 | 1100100 | 101111 |
Color Harmonies of #004EEE
Complementary color
Monochromatic Colors of #004EEE
Black with #004EEE
Text Example
Text Example
White with #004EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EEE; }
p { color: rgb(0,78,238); }
H1.HeaderClassName
{
color: #004EEE;
}
.AnyTagClassName
{
color: #004EEE;
}
</style>
background-color css
<style>
a { background-color: #004EEE; }
a { background-color: rgb(0,78,238); }
div.DivClassName
{
background-color: #004EEE;
}
.BgClassName
{
background-color: #004EEE;
}
</style>
border-color css
<style>
span { border-color: #004EEE; }
span { border-color: rgb(0,78,238); }
td.TdClassName
{
border-color: #004EEE;
}
.TagClassName
{
border-color: #004EEE;
}
</style>