Shades of Navy Blue #004EE9
Tints of Navy Blue #004EE9
RGB
CMYK
RGB Variations
Color information
#004EE9 (or 0x004EE9) is known color: Navy Blue. HEX triplet: 00, 4E and E9. RGB value is (0,78,233). Sum of RGB (Red+Green+Blue) = 0+78+233=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 233 (91.41% from 255 or 74.92% from 311); Max value from RGB is 233 - color contains mainly: blue. Hex color #004EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004EE9 is #FFB116. Grayscale: #474747. Windows color (decimal): -16757015 or 15289856. OLE color: 15289856.
HSL color Cylindrical-coordinate representation of color #004EE9: hue angle of 219.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EE9 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 78 | 233 | - |
| CMYK | 1 | 0.67 | 0 | 0.09 |
| HSL | 219.91º | 1% | 0.46% | - |
| HSV(B) | 219.91º | 1% | 0.91% | - |
| XYZ | 17.43 | 11.33 | 78.36 | - |
| YUV | 72.35 | 218.66 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 233 | 1 | 0.67 | 0 | 0.09 | 219.91 | 1 | 0.46 |
| Hex | 0 | 4E | E9 | 64 | 43 | 0 | 9 | DC | 64 | 2E |
| Octal | 0 | 116 | 351 | 144 | 103 | 0 | 11 | 334 | 144 | 56 |
| Binary | 0 | 1001110 | 11101001 | 1100100 | 1000011 | 0 | 1001 | 11011100 | 1100100 | 101110 |
Color Harmonies of #004EE9
Complementary color
Monochromatic Colors of #004EE9
Black with #004EE9
Text Example
Text Example
White with #004EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EE9; }
p { color: rgb(0,78,233); }
H1.HeaderClassName
{
color: #004EE9;
}
.AnyTagClassName
{
color: #004EE9;
}
</style>
background-color css
<style>
a { background-color: #004EE9; }
a { background-color: rgb(0,78,233); }
div.DivClassName
{
background-color: #004EE9;
}
.BgClassName
{
background-color: #004EE9;
}
</style>
border-color css
<style>
span { border-color: #004EE9; }
span { border-color: rgb(0,78,233); }
td.TdClassName
{
border-color: #004EE9;
}
.TagClassName
{
border-color: #004EE9;
}
</style>