Shades of Navy Blue #004EDB
Tints of Navy Blue #004EDB
RGB
CMYK
RGB Variations
Color information
#004EDB (or 0x004EDB) is known color: Navy Blue. HEX triplet: 00, 4E and DB. RGB value is (0,78,219). Sum of RGB (Red+Green+Blue) = 0+78+219=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #004EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EDB is #FFB124. Grayscale: #464646. Windows color (decimal): -16757029 or 14372352. OLE color: 14372352.
HSL color Cylindrical-coordinate representation of color #004EDB: hue angle of 218.63º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EDB is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 78 | 219 | - |
| CMYK | 1 | 0.64 | 0 | 0.14 |
| HSL | 218.63º | 1% | 0.43% | - |
| HSV(B) | 218.63º | 1% | 0.86% | - |
| XYZ | 15.51 | 10.56 | 68.24 | - |
| YUV | 70.75 | 211.66 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 219 | 1 | 0.64 | 0 | 0.14 | 218.63 | 1 | 0.43 |
| Hex | 0 | 4E | DB | 64 | 40 | 0 | E | DB | 64 | 2B |
| Octal | 0 | 116 | 333 | 144 | 100 | 0 | 16 | 333 | 144 | 53 |
| Binary | 0 | 1001110 | 11011011 | 1100100 | 1000000 | 0 | 1110 | 11011011 | 1100100 | 101011 |
Color Harmonies of #004EDB
Complementary color
Monochromatic Colors of #004EDB
Black with #004EDB
Text Example
Text Example
White with #004EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EDB; }
p { color: rgb(0,78,219); }
H1.HeaderClassName
{
color: #004EDB;
}
.AnyTagClassName
{
color: #004EDB;
}
</style>
background-color css
<style>
a { background-color: #004EDB; }
a { background-color: rgb(0,78,219); }
div.DivClassName
{
background-color: #004EDB;
}
.BgClassName
{
background-color: #004EDB;
}
</style>
border-color css
<style>
span { border-color: #004EDB; }
span { border-color: rgb(0,78,219); }
td.TdClassName
{
border-color: #004EDB;
}
.TagClassName
{
border-color: #004EDB;
}
</style>