Shades of Navy Blue #004DED
Tints of Navy Blue #004DED
RGB
CMYK
RGB Variations
Color information
#004DED (or 0x004DED) is known color: Navy Blue. HEX triplet: 00, 4D and ED. RGB value is (0,77,237). Sum of RGB (Red+Green+Blue) = 0+77+237=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #004DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004DED is #FFB212. Grayscale: #474747. Windows color (decimal): -16757267 or 15551744. OLE color: 15551744.
HSL color Cylindrical-coordinate representation of color #004DED: hue angle of 220.51º 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 #004DED is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 77 | 237 | - |
| CMYK | 1 | 0.68 | 0 | 0.07 |
| HSL | 220.51º | 1% | 0.46% | - |
| HSV(B) | 220.51º | 1% | 0.93% | - |
| XYZ | 17.94 | 11.42 | 81.38 | - |
| YUV | 72.22 | 220.99 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 237 | 1 | 0.68 | 0 | 0.07 | 220.51 | 1 | 0.46 |
| Hex | 0 | 4D | ED | 64 | 44 | 0 | 7 | DD | 64 | 2E |
| Octal | 0 | 115 | 355 | 144 | 104 | 0 | 7 | 335 | 144 | 56 |
| Binary | 0 | 1001101 | 11101101 | 1100100 | 1000100 | 0 | 111 | 11011101 | 1100100 | 101110 |
Color Harmonies of #004DED
Complementary color
Monochromatic Colors of #004DED
Black with #004DED
Text Example
Text Example
White with #004DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DED; }
p { color: rgb(0,77,237); }
H1.HeaderClassName
{
color: #004DED;
}
.AnyTagClassName
{
color: #004DED;
}
</style>
background-color css
<style>
a { background-color: #004DED; }
a { background-color: rgb(0,77,237); }
div.DivClassName
{
background-color: #004DED;
}
.BgClassName
{
background-color: #004DED;
}
</style>
border-color css
<style>
span { border-color: #004DED; }
span { border-color: rgb(0,77,237); }
td.TdClassName
{
border-color: #004DED;
}
.TagClassName
{
border-color: #004DED;
}
</style>