Shades of Navy Blue #014DF7
Tints of Navy Blue #014DF7
RGB
CMYK
RGB Variations
Color information
#014DF7 (or 0x014DF7) is known color: Navy Blue. HEX triplet: 01, 4D and F7. RGB value is (1,77,247). Sum of RGB (Red+Green+Blue) = 1+77+247=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 247 (96.88% from 255 or 76% from 325); Max value from RGB is 247 - color contains mainly: blue. Hex color #014DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014DF7 is #FEB208. Grayscale: #484848. Windows color (decimal): -16691721 or 16207105. OLE color: 16207105.
HSL color Cylindrical-coordinate representation of color #014DF7: hue angle of 221.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014DF7 is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 77 | 247 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.03 |
| HSL | 221.46º | 0.99% | 0.49% | - |
| HSV(B) | 221.46º | 1% | 0.97% | - |
| XYZ | 19.45 | 12.03 | 89.29 | - |
| YUV | 73.66 | 225.82 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 247 | 1.00 | 0.69 | 0 | 0.03 | 221.46 | 0.99 | 0.49 |
| Hex | 1 | 4D | F7 | 64 | 45 | 0 | 3 | DD | 63 | 31 |
| Octal | 1 | 115 | 367 | 144 | 105 | 0 | 3 | 335 | 143 | 61 |
| Binary | 1 | 1001101 | 11110111 | 1100100 | 1000101 | 0 | 11 | 11011101 | 1100011 | 110001 |
Color Harmonies of #014DF7
Complementary color
Monochromatic Colors of #014DF7
Black with #014DF7
Text Example
Text Example
White with #014DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DF7; }
p { color: rgb(1,77,247); }
H1.HeaderClassName
{
color: #014DF7;
}
.AnyTagClassName
{
color: #014DF7;
}
</style>
background-color css
<style>
a { background-color: #014DF7; }
a { background-color: rgb(1,77,247); }
div.DivClassName
{
background-color: #014DF7;
}
.BgClassName
{
background-color: #014DF7;
}
</style>
border-color css
<style>
span { border-color: #014DF7; }
span { border-color: rgb(1,77,247); }
td.TdClassName
{
border-color: #014DF7;
}
.TagClassName
{
border-color: #014DF7;
}
</style>