Shades of Navy Blue #014DF0
Tints of Navy Blue #014DF0
RGB
CMYK
RGB Variations
Color information
#014DF0 (or 0x014DF0) is known color: Navy Blue. HEX triplet: 01, 4D and F0. RGB value is (1,77,240). Sum of RGB (Red+Green+Blue) = 1+77+240=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 240 (94.14% from 255 or 75.47% from 318); Max value from RGB is 240 - color contains mainly: blue. Hex color #014DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014DF0 is #FEB20F. Grayscale: #484848. Windows color (decimal): -16691728 or 15748353. OLE color: 15748353.
HSL color Cylindrical-coordinate representation of color #014DF0: hue angle of 220.92º 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 #014DF0 is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 77 | 240 | - |
| CMYK | 1.00 | 0.68 | 0 | 0.06 |
| HSL | 220.92º | 0.99% | 0.47% | - |
| HSV(B) | 220.92º | 1% | 0.94% | - |
| XYZ | 18.39 | 11.61 | 83.71 | - |
| YUV | 72.86 | 222.32 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 240 | 1.00 | 0.68 | 0 | 0.06 | 220.92 | 0.99 | 0.47 |
| Hex | 1 | 4D | F0 | 64 | 44 | 0 | 6 | DD | 63 | 2F |
| Octal | 1 | 115 | 360 | 144 | 104 | 0 | 6 | 335 | 143 | 57 |
| Binary | 1 | 1001101 | 11110000 | 1100100 | 1000100 | 0 | 110 | 11011101 | 1100011 | 101111 |
Color Harmonies of #014DF0
Complementary color
Monochromatic Colors of #014DF0
Black with #014DF0
Text Example
Text Example
White with #014DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DF0; }
p { color: rgb(1,77,240); }
H1.HeaderClassName
{
color: #014DF0;
}
.AnyTagClassName
{
color: #014DF0;
}
</style>
background-color css
<style>
a { background-color: #014DF0; }
a { background-color: rgb(1,77,240); }
div.DivClassName
{
background-color: #014DF0;
}
.BgClassName
{
background-color: #014DF0;
}
</style>
border-color css
<style>
span { border-color: #014DF0; }
span { border-color: rgb(1,77,240); }
td.TdClassName
{
border-color: #014DF0;
}
.TagClassName
{
border-color: #014DF0;
}
</style>