Shades of Navy Blue #1660DF
Tints of Navy Blue #1660DF
RGB
CMYK
RGB Variations
Color information
#1660DF (or 0x1660DF) is known color: Navy Blue. HEX triplet: 16, 60 and DF. RGB value is (22,96,223). Sum of RGB (Red+Green+Blue) = 22+96+223=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #1660DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1660DF is #E99F20. Grayscale: #575757. Windows color (decimal): -15310625 or 14639126. OLE color: 14639126.
HSL color Cylindrical-coordinate representation of color #1660DF: hue angle of 217.91º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1660DF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 96 | 223 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.13 |
| HSL | 217.91º | 0.82% | 0.48% | - |
| HSV(B) | 217.91º | 0.9% | 0.87% | - |
| XYZ | 17.83 | 13.86 | 71.55 | - |
| YUV | 88.35 | 203.98 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 223 | 0.90 | 0.57 | 0 | 0.13 | 217.91 | 0.82 | 0.48 |
| Hex | 16 | 60 | DF | 5A | 39 | 0 | D | DA | 52 | 30 |
| Octal | 26 | 140 | 337 | 132 | 71 | 0 | 15 | 332 | 122 | 60 |
| Binary | 10110 | 1100000 | 11011111 | 1011010 | 111001 | 0 | 1101 | 11011010 | 1010010 | 110000 |
Color Harmonies of #1660DF
Complementary color
Monochromatic Colors of #1660DF
Black with #1660DF
Text Example
Text Example
White with #1660DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1660DF; }
p { color: rgb(22,96,223); }
H1.HeaderClassName
{
color: #1660DF;
}
.AnyTagClassName
{
color: #1660DF;
}
</style>
background-color css
<style>
a { background-color: #1660DF; }
a { background-color: rgb(22,96,223); }
div.DivClassName
{
background-color: #1660DF;
}
.BgClassName
{
background-color: #1660DF;
}
</style>
border-color css
<style>
span { border-color: #1660DF; }
span { border-color: rgb(22,96,223); }
td.TdClassName
{
border-color: #1660DF;
}
.TagClassName
{
border-color: #1660DF;
}
</style>