Shades of Navy Blue #1660EC
Tints of Navy Blue #1660EC
RGB
CMYK
RGB Variations
Color information
#1660EC (or 0x1660EC) is known color: Navy Blue. HEX triplet: 16, 60 and EC. RGB value is (22,96,236). Sum of RGB (Red+Green+Blue) = 22+96+236=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #1660EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1660EC is #E99F13. Grayscale: #595959. Windows color (decimal): -15310612 or 15491094. OLE color: 15491094.
HSL color Cylindrical-coordinate representation of color #1660EC: hue angle of 219.25º 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 #1660EC is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 96 | 236 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.07 |
| HSL | 219.25º | 0.85% | 0.51% | - |
| HSV(B) | 219.25º | 0.91% | 0.93% | - |
| XYZ | 19.65 | 14.59 | 81.14 | - |
| YUV | 89.83 | 210.48 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 236 | 0.91 | 0.59 | 0 | 0.07 | 219.25 | 0.85 | 0.51 |
| Hex | 16 | 60 | EC | 5B | 3B | 0 | 7 | DB | 55 | 33 |
| Octal | 26 | 140 | 354 | 133 | 73 | 0 | 7 | 333 | 125 | 63 |
| Binary | 10110 | 1100000 | 11101100 | 1011011 | 111011 | 0 | 111 | 11011011 | 1010101 | 110011 |
Color Harmonies of #1660EC
Complementary color
Monochromatic Colors of #1660EC
Black with #1660EC
Text Example
Text Example
White with #1660EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1660EC; }
p { color: rgb(22,96,236); }
H1.HeaderClassName
{
color: #1660EC;
}
.AnyTagClassName
{
color: #1660EC;
}
</style>
background-color css
<style>
a { background-color: #1660EC; }
a { background-color: rgb(22,96,236); }
div.DivClassName
{
background-color: #1660EC;
}
.BgClassName
{
background-color: #1660EC;
}
</style>
border-color css
<style>
span { border-color: #1660EC; }
span { border-color: rgb(22,96,236); }
td.TdClassName
{
border-color: #1660EC;
}
.TagClassName
{
border-color: #1660EC;
}
</style>