Shades of Navy Blue #1660F0
Tints of Navy Blue #1660F0
RGB
CMYK
RGB Variations
Color information
#1660F0 (or 0x1660F0) is known color: Navy Blue. HEX triplet: 16, 60 and F0. RGB value is (22,96,240). Sum of RGB (Red+Green+Blue) = 22+96+240=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 240 (94.14% from 255 or 67.04% from 358); Max value from RGB is 240 - color contains mainly: blue. Hex color #1660F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1660F0 is #E99F0F. Grayscale: #595959. Windows color (decimal): -15310608 or 15753238. OLE color: 15753238.
HSL color Cylindrical-coordinate representation of color #1660F0: hue angle of 219.63º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1660F0 is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 96 | 240 | - |
| CMYK | 0.91 | 0.6 | 0 | 0.06 |
| HSL | 219.63º | 0.88% | 0.51% | - |
| HSV(B) | 219.63º | 0.91% | 0.94% | - |
| XYZ | 20.24 | 14.83 | 84.23 | - |
| YUV | 90.29 | 212.48 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 240 | 0.91 | 0.6 | 0 | 0.06 | 219.63 | 0.88 | 0.51 |
| Hex | 16 | 60 | F0 | 5B | 3C | 0 | 6 | DC | 58 | 33 |
| Octal | 26 | 140 | 360 | 133 | 74 | 0 | 6 | 334 | 130 | 63 |
| Binary | 10110 | 1100000 | 11110000 | 1011011 | 111100 | 0 | 110 | 11011100 | 1011000 | 110011 |
Color Harmonies of #1660F0
Complementary color
Monochromatic Colors of #1660F0
Black with #1660F0
Text Example
Text Example
White with #1660F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1660F0; }
p { color: rgb(22,96,240); }
H1.HeaderClassName
{
color: #1660F0;
}
.AnyTagClassName
{
color: #1660F0;
}
</style>
background-color css
<style>
a { background-color: #1660F0; }
a { background-color: rgb(22,96,240); }
div.DivClassName
{
background-color: #1660F0;
}
.BgClassName
{
background-color: #1660F0;
}
</style>
border-color css
<style>
span { border-color: #1660F0; }
span { border-color: rgb(22,96,240); }
td.TdClassName
{
border-color: #1660F0;
}
.TagClassName
{
border-color: #1660F0;
}
</style>