Shades of Navy Blue #014DFE
Tints of Navy Blue #014DFE
RGB
CMYK
RGB Variations
Color information
#014DFE (or 0x014DFE) is known color: Navy Blue. HEX triplet: 01, 4D and FE. RGB value is (1,77,254). Sum of RGB (Red+Green+Blue) = 1+77+254=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #014DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014DFE is #FEB201. Grayscale: #494949. Windows color (decimal): -16691714 or 16665857. OLE color: 16665857.
HSL color Cylindrical-coordinate representation of color #014DFE: hue angle of 221.98º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014DFE is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 77 | 254 | - |
| CMYK | 1.00 | 0.70 | 0 | 0.00 |
| HSL | 221.98º | 0.99% | 0.5% | - |
| HSV(B) | 221.98º | 1% | 1% | - |
| XYZ | 20.56 | 12.47 | 95.09 | - |
| YUV | 74.45 | 229.32 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 254 | 1.00 | 0.70 | 0 | 0.00 | 221.98 | 0.99 | 0.5 |
| Hex | 1 | 4D | FE | 64 | 46 | 0 | 0 | DE | 63 | 32 |
| Octal | 1 | 115 | 376 | 144 | 106 | 0 | 0 | 336 | 143 | 62 |
| Binary | 1 | 1001101 | 11111110 | 1100100 | 1000110 | 0 | 0 | 11011110 | 1100011 | 110010 |
Color Harmonies of #014DFE
Complementary color
Monochromatic Colors of #014DFE
Black with #014DFE
Text Example
Text Example
White with #014DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DFE; }
p { color: rgb(1,77,254); }
H1.HeaderClassName
{
color: #014DFE;
}
.AnyTagClassName
{
color: #014DFE;
}
</style>
background-color css
<style>
a { background-color: #014DFE; }
a { background-color: rgb(1,77,254); }
div.DivClassName
{
background-color: #014DFE;
}
.BgClassName
{
background-color: #014DFE;
}
</style>
border-color css
<style>
span { border-color: #014DFE; }
span { border-color: rgb(1,77,254); }
td.TdClassName
{
border-color: #014DFE;
}
.TagClassName
{
border-color: #014DFE;
}
</style>