Shades of Navy Blue #1666D6
Tints of Navy Blue #1666D6
RGB
CMYK
RGB Variations
Color information
#1666D6 (or 0x1666D6) is known color: Navy Blue. HEX triplet: 16, 66 and D6. RGB value is (22,102,214). Sum of RGB (Red+Green+Blue) = 22+102+214=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 214 (83.98% from 255 or 63.31% from 338); Max value from RGB is 214 - color contains mainly: blue. Hex color #1666D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1666D6 is #E99929. Grayscale: #5A5A5A. Windows color (decimal): -15309098 or 14050838. OLE color: 14050838.
HSL color Cylindrical-coordinate representation of color #1666D6: hue angle of 215º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1666D6 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 102 | 214 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.16 |
| HSL | 215º | 0.81% | 0.46% | - |
| HSV(B) | 215º | 0.9% | 0.84% | - |
| XYZ | 17.22 | 14.53 | 65.52 | - |
| YUV | 90.85 | 197.5 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 214 | 0.90 | 0.52 | 0 | 0.16 | 215 | 0.81 | 0.46 |
| Hex | 16 | 66 | D6 | 5A | 34 | 0 | 10 | D7 | 51 | 2E |
| Octal | 26 | 146 | 326 | 132 | 64 | 0 | 20 | 327 | 121 | 56 |
| Binary | 10110 | 1100110 | 11010110 | 1011010 | 110100 | 0 | 10000 | 11010111 | 1010001 | 101110 |
Color Harmonies of #1666D6
Complementary color
Monochromatic Colors of #1666D6
Black with #1666D6
Text Example
Text Example
White with #1666D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666D6; }
p { color: rgb(22,102,214); }
H1.HeaderClassName
{
color: #1666D6;
}
.AnyTagClassName
{
color: #1666D6;
}
</style>
background-color css
<style>
a { background-color: #1666D6; }
a { background-color: rgb(22,102,214); }
div.DivClassName
{
background-color: #1666D6;
}
.BgClassName
{
background-color: #1666D6;
}
</style>
border-color css
<style>
span { border-color: #1666D6; }
span { border-color: rgb(22,102,214); }
td.TdClassName
{
border-color: #1666D6;
}
.TagClassName
{
border-color: #1666D6;
}
</style>