Shades of Navy Blue #016BE0
Tints of Navy Blue #016BE0
RGB
CMYK
RGB Variations
Color information
#016BE0 (or 0x016BE0) is known color: Navy Blue. HEX triplet: 01, 6B and E0. RGB value is (1,107,224). Sum of RGB (Red+Green+Blue) = 1+107+224=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #016BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BE0 is #FE941F. Grayscale: #585858. Windows color (decimal): -16684064 or 14707457. OLE color: 14707457.
HSL color Cylindrical-coordinate representation of color #016BE0: hue angle of 211.48º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016BE0 is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 107 | 224 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.12 |
| HSL | 211.48º | 0.99% | 0.44% | - |
| HSV(B) | 211.48º | 1% | 0.88% | - |
| XYZ | 18.72 | 15.9 | 72.6 | - |
| YUV | 88.64 | 204.38 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 224 | 1.00 | 0.52 | 0 | 0.12 | 211.48 | 0.99 | 0.44 |
| Hex | 1 | 6B | E0 | 64 | 34 | 0 | C | D3 | 63 | 2C |
| Octal | 1 | 153 | 340 | 144 | 64 | 0 | 14 | 323 | 143 | 54 |
| Binary | 1 | 1101011 | 11100000 | 1100100 | 110100 | 0 | 1100 | 11010011 | 1100011 | 101100 |
Color Harmonies of #016BE0
Complementary color
Monochromatic Colors of #016BE0
Black with #016BE0
Text Example
Text Example
White with #016BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BE0; }
p { color: rgb(1,107,224); }
H1.HeaderClassName
{
color: #016BE0;
}
.AnyTagClassName
{
color: #016BE0;
}
</style>
background-color css
<style>
a { background-color: #016BE0; }
a { background-color: rgb(1,107,224); }
div.DivClassName
{
background-color: #016BE0;
}
.BgClassName
{
background-color: #016BE0;
}
</style>
border-color css
<style>
span { border-color: #016BE0; }
span { border-color: rgb(1,107,224); }
td.TdClassName
{
border-color: #016BE0;
}
.TagClassName
{
border-color: #016BE0;
}
</style>