Shades of Navy Blue #016BEE
Tints of Navy Blue #016BEE
RGB
CMYK
RGB Variations
Color information
#016BEE (or 0x016BEE) is known color: Navy Blue. HEX triplet: 01, 6B and EE. RGB value is (1,107,238). Sum of RGB (Red+Green+Blue) = 1+107+238=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #016BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016BEE is #FE9411. Grayscale: #595959. Windows color (decimal): -16684050 or 15624961. OLE color: 15624961.
HSL color Cylindrical-coordinate representation of color #016BEE: hue angle of 213.16º 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 #016BEE is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 107 | 238 | - |
| CMYK | 1.00 | 0.55 | 0 | 0.07 |
| HSL | 213.16º | 0.99% | 0.47% | - |
| HSV(B) | 213.16º | 1% | 0.93% | - |
| XYZ | 20.7 | 16.69 | 83.02 | - |
| YUV | 90.24 | 211.38 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 238 | 1.00 | 0.55 | 0 | 0.07 | 213.16 | 0.99 | 0.47 |
| Hex | 1 | 6B | EE | 64 | 37 | 0 | 7 | D5 | 63 | 2F |
| Octal | 1 | 153 | 356 | 144 | 67 | 0 | 7 | 325 | 143 | 57 |
| Binary | 1 | 1101011 | 11101110 | 1100100 | 110111 | 0 | 111 | 11010101 | 1100011 | 101111 |
Color Harmonies of #016BEE
Complementary color
Monochromatic Colors of #016BEE
Black with #016BEE
Text Example
Text Example
White with #016BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BEE; }
p { color: rgb(1,107,238); }
H1.HeaderClassName
{
color: #016BEE;
}
.AnyTagClassName
{
color: #016BEE;
}
</style>
background-color css
<style>
a { background-color: #016BEE; }
a { background-color: rgb(1,107,238); }
div.DivClassName
{
background-color: #016BEE;
}
.BgClassName
{
background-color: #016BEE;
}
</style>
border-color css
<style>
span { border-color: #016BEE; }
span { border-color: rgb(1,107,238); }
td.TdClassName
{
border-color: #016BEE;
}
.TagClassName
{
border-color: #016BEE;
}
</style>