Shades of Navy Blue #1660DC
Tints of Navy Blue #1660DC
RGB
CMYK
RGB Variations
Color information
#1660DC (or 0x1660DC) is known color: Navy Blue. HEX triplet: 16, 60 and DC. RGB value is (22,96,220). Sum of RGB (Red+Green+Blue) = 22+96+220=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #1660DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1660DC is #E99F23. Grayscale: #575757. Windows color (decimal): -15310628 or 14442518. OLE color: 14442518.
HSL color Cylindrical-coordinate representation of color #1660DC: hue angle of 217.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1660DC is Cyan = 0.9, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 96 | 220 | - |
| CMYK | 0.9 | 0.56 | 0 | 0.14 |
| HSL | 217.58º | 0.82% | 0.47% | - |
| HSV(B) | 217.58º | 0.9% | 0.86% | - |
| XYZ | 17.43 | 13.7 | 69.44 | - |
| YUV | 88.01 | 202.48 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 220 | 0.9 | 0.56 | 0 | 0.14 | 217.58 | 0.82 | 0.47 |
| Hex | 16 | 60 | DC | 5A | 38 | 0 | E | DA | 52 | 2F |
| Octal | 26 | 140 | 334 | 132 | 70 | 0 | 16 | 332 | 122 | 57 |
| Binary | 10110 | 1100000 | 11011100 | 1011010 | 111000 | 0 | 1110 | 11011010 | 1010010 | 101111 |
Color Harmonies of #1660DC
Complementary color
Monochromatic Colors of #1660DC
Black with #1660DC
Text Example
Text Example
White with #1660DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1660DC; }
p { color: rgb(22,96,220); }
H1.HeaderClassName
{
color: #1660DC;
}
.AnyTagClassName
{
color: #1660DC;
}
</style>
background-color css
<style>
a { background-color: #1660DC; }
a { background-color: rgb(22,96,220); }
div.DivClassName
{
background-color: #1660DC;
}
.BgClassName
{
background-color: #1660DC;
}
</style>
border-color css
<style>
span { border-color: #1660DC; }
span { border-color: rgb(22,96,220); }
td.TdClassName
{
border-color: #1660DC;
}
.TagClassName
{
border-color: #1660DC;
}
</style>