Shades of Navy Blue #016FEF
Tints of Navy Blue #016FEF
RGB
CMYK
RGB Variations
Color information
#016FEF (or 0x016FEF) is known color: Navy Blue. HEX triplet: 01, 6F and EF. RGB value is (1,111,239). Sum of RGB (Red+Green+Blue) = 1+111+239=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #016FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FEF is #FE9010. Grayscale: #5C5C5C. Windows color (decimal): -16683025 or 15691521. OLE color: 15691521.
HSL color Cylindrical-coordinate representation of color #016FEF: hue angle of 212.27º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FEF is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 111 | 239 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.06 |
| HSL | 212.27º | 0.99% | 0.47% | - |
| HSV(B) | 212.27º | 1% | 0.94% | - |
| XYZ | 21.28 | 17.61 | 83.94 | - |
| YUV | 92.7 | 210.56 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 239 | 1.00 | 0.54 | 0 | 0.06 | 212.27 | 0.99 | 0.47 |
| Hex | 1 | 6F | EF | 64 | 36 | 0 | 6 | D4 | 63 | 2F |
| Octal | 1 | 157 | 357 | 144 | 66 | 0 | 6 | 324 | 143 | 57 |
| Binary | 1 | 1101111 | 11101111 | 1100100 | 110110 | 0 | 110 | 11010100 | 1100011 | 101111 |
Color Harmonies of #016FEF
Complementary color
Monochromatic Colors of #016FEF
Black with #016FEF
Text Example
Text Example
White with #016FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FEF; }
p { color: rgb(1,111,239); }
H1.HeaderClassName
{
color: #016FEF;
}
.AnyTagClassName
{
color: #016FEF;
}
</style>
background-color css
<style>
a { background-color: #016FEF; }
a { background-color: rgb(1,111,239); }
div.DivClassName
{
background-color: #016FEF;
}
.BgClassName
{
background-color: #016FEF;
}
</style>
border-color css
<style>
span { border-color: #016FEF; }
span { border-color: rgb(1,111,239); }
td.TdClassName
{
border-color: #016FEF;
}
.TagClassName
{
border-color: #016FEF;
}
</style>