Shades of Navy Blue #1659EC
Tints of Navy Blue #1659EC
RGB
CMYK
RGB Variations
Color information
#1659EC (or 0x1659EC) is known color: Navy Blue. HEX triplet: 16, 59 and EC. RGB value is (22,89,236). Sum of RGB (Red+Green+Blue) = 22+89+236=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #1659EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1659EC is #E9A613. Grayscale: #555555. Windows color (decimal): -15312404 or 15489302. OLE color: 15489302.
HSL color Cylindrical-coordinate representation of color #1659EC: hue angle of 221.21º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1659EC is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 89 | 236 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.07 |
| HSL | 221.22º | 0.85% | 0.51% | - |
| HSV(B) | 221.22º | 0.91% | 0.93% | - |
| XYZ | 19.04 | 13.37 | 80.93 | - |
| YUV | 85.73 | 212.8 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 236 | 0.91 | 0.62 | 0 | 0.07 | 221.22 | 0.85 | 0.51 |
| Hex | 16 | 59 | EC | 5B | 3E | 0 | 7 | DD | 55 | 33 |
| Octal | 26 | 131 | 354 | 133 | 76 | 0 | 7 | 335 | 125 | 63 |
| Binary | 10110 | 1011001 | 11101100 | 1011011 | 111110 | 0 | 111 | 11011101 | 1010101 | 110011 |
Color Harmonies of #1659EC
Complementary color
Monochromatic Colors of #1659EC
Black with #1659EC
Text Example
Text Example
White with #1659EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659EC; }
p { color: rgb(22,89,236); }
H1.HeaderClassName
{
color: #1659EC;
}
.AnyTagClassName
{
color: #1659EC;
}
</style>
background-color css
<style>
a { background-color: #1659EC; }
a { background-color: rgb(22,89,236); }
div.DivClassName
{
background-color: #1659EC;
}
.BgClassName
{
background-color: #1659EC;
}
</style>
border-color css
<style>
span { border-color: #1659EC; }
span { border-color: rgb(22,89,236); }
td.TdClassName
{
border-color: #1659EC;
}
.TagClassName
{
border-color: #1659EC;
}
</style>