Shades of Navy Blue #014DEF
Tints of Navy Blue #014DEF
RGB
CMYK
RGB Variations
Color information
#014DEF (or 0x014DEF) is known color: Navy Blue. HEX triplet: 01, 4D and EF. RGB value is (1,77,239). Sum of RGB (Red+Green+Blue) = 1+77+239=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #014DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014DEF is #FEB210. Grayscale: #484848. Windows color (decimal): -16691729 or 15682817. OLE color: 15682817.
HSL color Cylindrical-coordinate representation of color #014DEF: hue angle of 220.84º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014DEF is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 77 | 239 | - |
| CMYK | 1.00 | 0.68 | 0 | 0.06 |
| HSL | 220.84º | 0.99% | 0.47% | - |
| HSV(B) | 220.84º | 1% | 0.94% | - |
| XYZ | 18.25 | 11.55 | 82.93 | - |
| YUV | 72.74 | 221.82 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 239 | 1.00 | 0.68 | 0 | 0.06 | 220.84 | 0.99 | 0.47 |
| Hex | 1 | 4D | EF | 64 | 44 | 0 | 6 | DD | 63 | 2F |
| Octal | 1 | 115 | 357 | 144 | 104 | 0 | 6 | 335 | 143 | 57 |
| Binary | 1 | 1001101 | 11101111 | 1100100 | 1000100 | 0 | 110 | 11011101 | 1100011 | 101111 |
Color Harmonies of #014DEF
Complementary color
Monochromatic Colors of #014DEF
Black with #014DEF
Text Example
Text Example
White with #014DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DEF; }
p { color: rgb(1,77,239); }
H1.HeaderClassName
{
color: #014DEF;
}
.AnyTagClassName
{
color: #014DEF;
}
</style>
background-color css
<style>
a { background-color: #014DEF; }
a { background-color: rgb(1,77,239); }
div.DivClassName
{
background-color: #014DEF;
}
.BgClassName
{
background-color: #014DEF;
}
</style>
border-color css
<style>
span { border-color: #014DEF; }
span { border-color: rgb(1,77,239); }
td.TdClassName
{
border-color: #014DEF;
}
.TagClassName
{
border-color: #014DEF;
}
</style>