Shades of Navy Blue #016DF6
Tints of Navy Blue #016DF6
RGB
CMYK
RGB Variations
Color information
#016DF6 (or 0x016DF6) is known color: Navy Blue. HEX triplet: 01, 6D and F6. RGB value is (1,109,246). Sum of RGB (Red+Green+Blue) = 1+109+246=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #016DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DF6 is #FE9209. Grayscale: #5B5B5B. Windows color (decimal): -16683530 or 16149761. OLE color: 16149761.
HSL color Cylindrical-coordinate representation of color #016DF6: hue angle of 213.55º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DF6 is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 109 | 246 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.04 |
| HSL | 213.55º | 0.99% | 0.48% | - |
| HSV(B) | 213.55º | 1% | 0.96% | - |
| XYZ | 22.12 | 17.6 | 89.42 | - |
| YUV | 92.33 | 214.72 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 246 | 1.00 | 0.56 | 0 | 0.04 | 213.55 | 0.99 | 0.48 |
| Hex | 1 | 6D | F6 | 64 | 38 | 0 | 4 | D6 | 63 | 30 |
| Octal | 1 | 155 | 366 | 144 | 70 | 0 | 4 | 326 | 143 | 60 |
| Binary | 1 | 1101101 | 11110110 | 1100100 | 111000 | 0 | 100 | 11010110 | 1100011 | 110000 |
Color Harmonies of #016DF6
Complementary color
Monochromatic Colors of #016DF6
Black with #016DF6
Text Example
Text Example
White with #016DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DF6; }
p { color: rgb(1,109,246); }
H1.HeaderClassName
{
color: #016DF6;
}
.AnyTagClassName
{
color: #016DF6;
}
</style>
background-color css
<style>
a { background-color: #016DF6; }
a { background-color: rgb(1,109,246); }
div.DivClassName
{
background-color: #016DF6;
}
.BgClassName
{
background-color: #016DF6;
}
</style>
border-color css
<style>
span { border-color: #016DF6; }
span { border-color: rgb(1,109,246); }
td.TdClassName
{
border-color: #016DF6;
}
.TagClassName
{
border-color: #016DF6;
}
</style>