Shades of Navy Blue #016FE9
Tints of Navy Blue #016FE9
RGB
CMYK
RGB Variations
Color information
#016FE9 (or 0x016FE9) is known color: Navy Blue. HEX triplet: 01, 6F and E9. RGB value is (1,111,233). Sum of RGB (Red+Green+Blue) = 1+111+233=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 233 (91.41% from 255 or 67.54% from 345); Max value from RGB is 233 - color contains mainly: blue. Hex color #016FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FE9 is #FE9016. Grayscale: #5B5B5B. Windows color (decimal): -16683031 or 15298305. OLE color: 15298305.
HSL color Cylindrical-coordinate representation of color #016FE9: hue angle of 211.55º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FE9 is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 111 | 233 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.09 |
| HSL | 211.55º | 0.99% | 0.46% | - |
| HSV(B) | 211.55º | 1% | 0.91% | - |
| XYZ | 20.4 | 17.26 | 79.35 | - |
| YUV | 92.02 | 207.56 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 233 | 1.00 | 0.52 | 0 | 0.09 | 211.55 | 0.99 | 0.46 |
| Hex | 1 | 6F | E9 | 64 | 34 | 0 | 9 | D4 | 63 | 2E |
| Octal | 1 | 157 | 351 | 144 | 64 | 0 | 11 | 324 | 143 | 56 |
| Binary | 1 | 1101111 | 11101001 | 1100100 | 110100 | 0 | 1001 | 11010100 | 1100011 | 101110 |
Color Harmonies of #016FE9
Complementary color
Monochromatic Colors of #016FE9
Black with #016FE9
Text Example
Text Example
White with #016FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FE9; }
p { color: rgb(1,111,233); }
H1.HeaderClassName
{
color: #016FE9;
}
.AnyTagClassName
{
color: #016FE9;
}
</style>
background-color css
<style>
a { background-color: #016FE9; }
a { background-color: rgb(1,111,233); }
div.DivClassName
{
background-color: #016FE9;
}
.BgClassName
{
background-color: #016FE9;
}
</style>
border-color css
<style>
span { border-color: #016FE9; }
span { border-color: rgb(1,111,233); }
td.TdClassName
{
border-color: #016FE9;
}
.TagClassName
{
border-color: #016FE9;
}
</style>