Shades of Navy Blue #004EED
Tints of Navy Blue #004EED
RGB
CMYK
RGB Variations
Color information
#004EED (or 0x004EED) is known color: Navy Blue. HEX triplet: 00, 4E and ED. RGB value is (0,78,237). Sum of RGB (Red+Green+Blue) = 0+78+237=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #004EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004EED is #FFB112. Grayscale: #484848. Windows color (decimal): -16757011 or 15552000. OLE color: 15552000.
HSL color Cylindrical-coordinate representation of color #004EED: hue angle of 220.25º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EED is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 78 | 237 | - |
| CMYK | 1 | 0.67 | 0 | 0.07 |
| HSL | 220.25º | 1% | 0.46% | - |
| HSV(B) | 220.25º | 1% | 0.93% | - |
| XYZ | 18.01 | 11.56 | 81.4 | - |
| YUV | 72.8 | 220.66 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 237 | 1 | 0.67 | 0 | 0.07 | 220.25 | 1 | 0.46 |
| Hex | 0 | 4E | ED | 64 | 43 | 0 | 7 | DC | 64 | 2E |
| Octal | 0 | 116 | 355 | 144 | 103 | 0 | 7 | 334 | 144 | 56 |
| Binary | 0 | 1001110 | 11101101 | 1100100 | 1000011 | 0 | 111 | 11011100 | 1100100 | 101110 |
Color Harmonies of #004EED
Complementary color
Monochromatic Colors of #004EED
Black with #004EED
Text Example
Text Example
White with #004EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EED; }
p { color: rgb(0,78,237); }
H1.HeaderClassName
{
color: #004EED;
}
.AnyTagClassName
{
color: #004EED;
}
</style>
background-color css
<style>
a { background-color: #004EED; }
a { background-color: rgb(0,78,237); }
div.DivClassName
{
background-color: #004EED;
}
.BgClassName
{
background-color: #004EED;
}
</style>
border-color css
<style>
span { border-color: #004EED; }
span { border-color: rgb(0,78,237); }
td.TdClassName
{
border-color: #004EED;
}
.TagClassName
{
border-color: #004EED;
}
</style>