Shades of Navy Blue #004EE6
Tints of Navy Blue #004EE6
RGB
CMYK
RGB Variations
Color information
#004EE6 (or 0x004EE6) is known color: Navy Blue. HEX triplet: 00, 4E and E6. RGB value is (0,78,230). Sum of RGB (Red+Green+Blue) = 0+78+230=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 230 (90.23% from 255 or 74.68% from 308); Max value from RGB is 230 - color contains mainly: blue. Hex color #004EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004EE6 is #FFB119. Grayscale: #474747. Windows color (decimal): -16757018 or 15093248. OLE color: 15093248.
HSL color Cylindrical-coordinate representation of color #004EE6: hue angle of 219.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EE6 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 78 | 230 | - |
| CMYK | 1 | 0.66 | 0 | 0.10 |
| HSL | 219.65º | 1% | 0.45% | - |
| HSV(B) | 219.65º | 1% | 0.9% | - |
| XYZ | 17.01 | 11.16 | 76.12 | - |
| YUV | 72.01 | 217.16 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 230 | 1 | 0.66 | 0 | 0.10 | 219.65 | 1 | 0.45 |
| Hex | 0 | 4E | E6 | 64 | 42 | 0 | A | DC | 64 | 2D |
| Octal | 0 | 116 | 346 | 144 | 102 | 0 | 12 | 334 | 144 | 55 |
| Binary | 0 | 1001110 | 11100110 | 1100100 | 1000010 | 0 | 1010 | 11011100 | 1100100 | 101101 |
Color Harmonies of #004EE6
Complementary color
Monochromatic Colors of #004EE6
Black with #004EE6
Text Example
Text Example
White with #004EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EE6; }
p { color: rgb(0,78,230); }
H1.HeaderClassName
{
color: #004EE6;
}
.AnyTagClassName
{
color: #004EE6;
}
</style>
background-color css
<style>
a { background-color: #004EE6; }
a { background-color: rgb(0,78,230); }
div.DivClassName
{
background-color: #004EE6;
}
.BgClassName
{
background-color: #004EE6;
}
</style>
border-color css
<style>
span { border-color: #004EE6; }
span { border-color: rgb(0,78,230); }
td.TdClassName
{
border-color: #004EE6;
}
.TagClassName
{
border-color: #004EE6;
}
</style>