Shades of Navy Blue #004DEE
Tints of Navy Blue #004DEE
RGB
CMYK
RGB Variations
Color information
#004DEE (or 0x004DEE) is known color: Navy Blue. HEX triplet: 00, 4D and EE. RGB value is (0,77,238). Sum of RGB (Red+Green+Blue) = 0+77+238=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #004DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004DEE is #FFB211. Grayscale: #474747. Windows color (decimal): -16757266 or 15617280. OLE color: 15617280.
HSL color Cylindrical-coordinate representation of color #004DEE: hue angle of 220.59º 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 #004DEE is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 77 | 238 | - |
| CMYK | 1 | 0.68 | 0 | 0.07 |
| HSL | 220.59º | 1% | 0.47% | - |
| HSV(B) | 220.59º | 1% | 0.93% | - |
| XYZ | 18.09 | 11.48 | 82.15 | - |
| YUV | 72.33 | 221.49 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 238 | 1 | 0.68 | 0 | 0.07 | 220.59 | 1 | 0.47 |
| Hex | 0 | 4D | EE | 64 | 44 | 0 | 7 | DD | 64 | 2F |
| Octal | 0 | 115 | 356 | 144 | 104 | 0 | 7 | 335 | 144 | 57 |
| Binary | 0 | 1001101 | 11101110 | 1100100 | 1000100 | 0 | 111 | 11011101 | 1100100 | 101111 |
Color Harmonies of #004DEE
Complementary color
Monochromatic Colors of #004DEE
Black with #004DEE
Text Example
Text Example
White with #004DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DEE; }
p { color: rgb(0,77,238); }
H1.HeaderClassName
{
color: #004DEE;
}
.AnyTagClassName
{
color: #004DEE;
}
</style>
background-color css
<style>
a { background-color: #004DEE; }
a { background-color: rgb(0,77,238); }
div.DivClassName
{
background-color: #004DEE;
}
.BgClassName
{
background-color: #004DEE;
}
</style>
border-color css
<style>
span { border-color: #004DEE; }
span { border-color: rgb(0,77,238); }
td.TdClassName
{
border-color: #004DEE;
}
.TagClassName
{
border-color: #004DEE;
}
</style>