Shades of Navy Blue #016DF9
Tints of Navy Blue #016DF9
RGB
CMYK
RGB Variations
Color information
#016DF9 (or 0x016DF9) is known color: Navy Blue. HEX triplet: 01, 6D and F9. RGB value is (1,109,249). Sum of RGB (Red+Green+Blue) = 1+109+249=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 249 (97.66% from 255 or 69.36% from 359); Max value from RGB is 249 - color contains mainly: blue. Hex color #016DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DF9 is #FE9206. Grayscale: #5C5C5C. Windows color (decimal): -16683527 or 16346369. OLE color: 16346369.
HSL color Cylindrical-coordinate representation of color #016DF9: hue angle of 213.87º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DF9 is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 109 | 249 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.02 |
| HSL | 213.87º | 0.99% | 0.49% | - |
| HSV(B) | 213.87º | 1% | 0.98% | - |
| XYZ | 22.58 | 17.78 | 91.86 | - |
| YUV | 92.67 | 216.22 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 249 | 1.00 | 0.56 | 0 | 0.02 | 213.87 | 0.99 | 0.49 |
| Hex | 1 | 6D | F9 | 64 | 38 | 0 | 2 | D6 | 63 | 31 |
| Octal | 1 | 155 | 371 | 144 | 70 | 0 | 2 | 326 | 143 | 61 |
| Binary | 1 | 1101101 | 11111001 | 1100100 | 111000 | 0 | 10 | 11010110 | 1100011 | 110001 |
Color Harmonies of #016DF9
Complementary color
Monochromatic Colors of #016DF9
Black with #016DF9
Text Example
Text Example
White with #016DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DF9; }
p { color: rgb(1,109,249); }
H1.HeaderClassName
{
color: #016DF9;
}
.AnyTagClassName
{
color: #016DF9;
}
</style>
background-color css
<style>
a { background-color: #016DF9; }
a { background-color: rgb(1,109,249); }
div.DivClassName
{
background-color: #016DF9;
}
.BgClassName
{
background-color: #016DF9;
}
</style>
border-color css
<style>
span { border-color: #016DF9; }
span { border-color: rgb(1,109,249); }
td.TdClassName
{
border-color: #016DF9;
}
.TagClassName
{
border-color: #016DF9;
}
</style>