Shades of Navy Blue #016EF5
Tints of Navy Blue #016EF5
RGB
CMYK
RGB Variations
Color information
#016EF5 (or 0x016EF5) is known color: Navy Blue. HEX triplet: 01, 6E and F5. RGB value is (1,110,245). Sum of RGB (Red+Green+Blue) = 1+110+245=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 245 (96.09% from 255 or 68.82% from 356); Max value from RGB is 245 - color contains mainly: blue. Hex color #016EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016EF5 is #FE910A. Grayscale: #5C5C5C. Windows color (decimal): -16683275 or 16084481. OLE color: 16084481.
HSL color Cylindrical-coordinate representation of color #016EF5: hue angle of 213.2º 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 #016EF5 is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 110 | 245 | - |
| CMYK | 1.00 | 0.55 | 0 | 0.04 |
| HSL | 213.2º | 0.99% | 0.48% | - |
| HSV(B) | 213.2º | 1% | 0.96% | - |
| XYZ | 22.07 | 17.75 | 88.65 | - |
| YUV | 92.8 | 213.89 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 245 | 1.00 | 0.55 | 0 | 0.04 | 213.2 | 0.99 | 0.48 |
| Hex | 1 | 6E | F5 | 64 | 37 | 0 | 4 | D5 | 63 | 30 |
| Octal | 1 | 156 | 365 | 144 | 67 | 0 | 4 | 325 | 143 | 60 |
| Binary | 1 | 1101110 | 11110101 | 1100100 | 110111 | 0 | 100 | 11010101 | 1100011 | 110000 |
Color Harmonies of #016EF5
Complementary color
Monochromatic Colors of #016EF5
Black with #016EF5
Text Example
Text Example
White with #016EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EF5; }
p { color: rgb(1,110,245); }
H1.HeaderClassName
{
color: #016EF5;
}
.AnyTagClassName
{
color: #016EF5;
}
</style>
background-color css
<style>
a { background-color: #016EF5; }
a { background-color: rgb(1,110,245); }
div.DivClassName
{
background-color: #016EF5;
}
.BgClassName
{
background-color: #016EF5;
}
</style>
border-color css
<style>
span { border-color: #016EF5; }
span { border-color: rgb(1,110,245); }
td.TdClassName
{
border-color: #016EF5;
}
.TagClassName
{
border-color: #016EF5;
}
</style>