Shades of Navy Blue #1660EA
Tints of Navy Blue #1660EA
RGB
CMYK
RGB Variations
Color information
#1660EA (or 0x1660EA) is known color: Navy Blue. HEX triplet: 16, 60 and EA. RGB value is (22,96,234). Sum of RGB (Red+Green+Blue) = 22+96+234=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #1660EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1660EA is #E99F15. Grayscale: #585858. Windows color (decimal): -15310614 or 15360022. OLE color: 15360022.
HSL color Cylindrical-coordinate representation of color #1660EA: hue angle of 219.06º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1660EA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 96 | 234 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.08 |
| HSL | 219.06º | 0.83% | 0.5% | - |
| HSV(B) | 219.06º | 0.91% | 0.92% | - |
| XYZ | 19.37 | 14.48 | 79.62 | - |
| YUV | 89.61 | 209.48 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 234 | 0.91 | 0.59 | 0 | 0.08 | 219.06 | 0.83 | 0.5 |
| Hex | 16 | 60 | EA | 5B | 3B | 0 | 8 | DB | 53 | 32 |
| Octal | 26 | 140 | 352 | 133 | 73 | 0 | 10 | 333 | 123 | 62 |
| Binary | 10110 | 1100000 | 11101010 | 1011011 | 111011 | 0 | 1000 | 11011011 | 1010011 | 110010 |
Color Harmonies of #1660EA
Complementary color
Monochromatic Colors of #1660EA
Black with #1660EA
Text Example
Text Example
White with #1660EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1660EA; }
p { color: rgb(22,96,234); }
H1.HeaderClassName
{
color: #1660EA;
}
.AnyTagClassName
{
color: #1660EA;
}
</style>
background-color css
<style>
a { background-color: #1660EA; }
a { background-color: rgb(22,96,234); }
div.DivClassName
{
background-color: #1660EA;
}
.BgClassName
{
background-color: #1660EA;
}
</style>
border-color css
<style>
span { border-color: #1660EA; }
span { border-color: rgb(22,96,234); }
td.TdClassName
{
border-color: #1660EA;
}
.TagClassName
{
border-color: #1660EA;
}
</style>