Shades of Navy Blue #014DED
Tints of Navy Blue #014DED
RGB
CMYK
RGB Variations
Color information
#014DED (or 0x014DED) is known color: Navy Blue. HEX triplet: 01, 4D and ED. RGB value is (1,77,237). Sum of RGB (Red+Green+Blue) = 1+77+237=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 77 (30.47% from 255 or 24.44% 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 #014DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014DED is #FEB212. Grayscale: #474747. Windows color (decimal): -16691731 or 15551745. OLE color: 15551745.
HSL color Cylindrical-coordinate representation of color #014DED: hue angle of 220.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014DED is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 77 | 237 | - |
| CMYK | 1.00 | 0.68 | 0 | 0.07 |
| HSL | 220.68º | 0.99% | 0.47% | - |
| HSV(B) | 220.68º | 1% | 0.93% | - |
| XYZ | 17.95 | 11.43 | 81.38 | - |
| YUV | 72.52 | 220.82 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 237 | 1.00 | 0.68 | 0 | 0.07 | 220.68 | 0.99 | 0.47 |
| Hex | 1 | 4D | ED | 64 | 44 | 0 | 7 | DD | 63 | 2F |
| Octal | 1 | 115 | 355 | 144 | 104 | 0 | 7 | 335 | 143 | 57 |
| Binary | 1 | 1001101 | 11101101 | 1100100 | 1000100 | 0 | 111 | 11011101 | 1100011 | 101111 |
Color Harmonies of #014DED
Complementary color
Monochromatic Colors of #014DED
Black with #014DED
Text Example
Text Example
White with #014DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DED; }
p { color: rgb(1,77,237); }
H1.HeaderClassName
{
color: #014DED;
}
.AnyTagClassName
{
color: #014DED;
}
</style>
background-color css
<style>
a { background-color: #014DED; }
a { background-color: rgb(1,77,237); }
div.DivClassName
{
background-color: #014DED;
}
.BgClassName
{
background-color: #014DED;
}
</style>
border-color css
<style>
span { border-color: #014DED; }
span { border-color: rgb(1,77,237); }
td.TdClassName
{
border-color: #014DED;
}
.TagClassName
{
border-color: #014DED;
}
</style>