Shades of Navy Blue #016DF7
Tints of Navy Blue #016DF7
RGB
CMYK
RGB Variations
Color information
#016DF7 (or 0x016DF7) is known color: Navy Blue. HEX triplet: 01, 6D and F7. RGB value is (1,109,247). Sum of RGB (Red+Green+Blue) = 1+109+247=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 247 (96.88% from 255 or 69.19% from 357); Max value from RGB is 247 - color contains mainly: blue. Hex color #016DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DF7 is #FE9208. Grayscale: #5B5B5B. Windows color (decimal): -16683529 or 16215297. OLE color: 16215297.
HSL color Cylindrical-coordinate representation of color #016DF7: hue angle of 213.66º 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 #016DF7 is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 109 | 247 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.03 |
| HSL | 213.66º | 0.99% | 0.49% | - |
| HSV(B) | 213.66º | 1% | 0.97% | - |
| XYZ | 22.27 | 17.66 | 90.23 | - |
| YUV | 92.44 | 215.22 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 247 | 1.00 | 0.56 | 0 | 0.03 | 213.66 | 0.99 | 0.49 |
| Hex | 1 | 6D | F7 | 64 | 38 | 0 | 3 | D6 | 63 | 31 |
| Octal | 1 | 155 | 367 | 144 | 70 | 0 | 3 | 326 | 143 | 61 |
| Binary | 1 | 1101101 | 11110111 | 1100100 | 111000 | 0 | 11 | 11010110 | 1100011 | 110001 |
Color Harmonies of #016DF7
Complementary color
Monochromatic Colors of #016DF7
Black with #016DF7
Text Example
Text Example
White with #016DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DF7; }
p { color: rgb(1,109,247); }
H1.HeaderClassName
{
color: #016DF7;
}
.AnyTagClassName
{
color: #016DF7;
}
</style>
background-color css
<style>
a { background-color: #016DF7; }
a { background-color: rgb(1,109,247); }
div.DivClassName
{
background-color: #016DF7;
}
.BgClassName
{
background-color: #016DF7;
}
</style>
border-color css
<style>
span { border-color: #016DF7; }
span { border-color: rgb(1,109,247); }
td.TdClassName
{
border-color: #016DF7;
}
.TagClassName
{
border-color: #016DF7;
}
</style>