Shades of Navy Blue #016FEE
Tints of Navy Blue #016FEE
RGB
CMYK
RGB Variations
Color information
#016FEE (or 0x016FEE) is known color: Navy Blue. HEX triplet: 01, 6F and EE. RGB value is (1,111,238). Sum of RGB (Red+Green+Blue) = 1+111+238=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #016FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FEE is #FE9011. Grayscale: #5B5B5B. Windows color (decimal): -16683026 or 15625985. OLE color: 15625985.
HSL color Cylindrical-coordinate representation of color #016FEE: hue angle of 212.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FEE is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 111 | 238 | - |
| CMYK | 1.00 | 0.53 | 0 | 0.07 |
| HSL | 212.15º | 0.99% | 0.47% | - |
| HSV(B) | 212.15º | 1% | 0.93% | - |
| XYZ | 21.13 | 17.55 | 83.16 | - |
| YUV | 92.59 | 210.06 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 238 | 1.00 | 0.53 | 0 | 0.07 | 212.15 | 0.99 | 0.47 |
| Hex | 1 | 6F | EE | 64 | 35 | 0 | 7 | D4 | 63 | 2F |
| Octal | 1 | 157 | 356 | 144 | 65 | 0 | 7 | 324 | 143 | 57 |
| Binary | 1 | 1101111 | 11101110 | 1100100 | 110101 | 0 | 111 | 11010100 | 1100011 | 101111 |
Color Harmonies of #016FEE
Complementary color
Monochromatic Colors of #016FEE
Black with #016FEE
Text Example
Text Example
White with #016FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FEE; }
p { color: rgb(1,111,238); }
H1.HeaderClassName
{
color: #016FEE;
}
.AnyTagClassName
{
color: #016FEE;
}
</style>
background-color css
<style>
a { background-color: #016FEE; }
a { background-color: rgb(1,111,238); }
div.DivClassName
{
background-color: #016FEE;
}
.BgClassName
{
background-color: #016FEE;
}
</style>
border-color css
<style>
span { border-color: #016FEE; }
span { border-color: rgb(1,111,238); }
td.TdClassName
{
border-color: #016FEE;
}
.TagClassName
{
border-color: #016FEE;
}
</style>