Shades of Navy Blue #1666D8
Tints of Navy Blue #1666D8
RGB
CMYK
RGB Variations
Color information
#1666D8 (or 0x1666D8) is known color: Navy Blue. HEX triplet: 16, 66 and D8. RGB value is (22,102,216). Sum of RGB (Red+Green+Blue) = 22+102+216=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 216 (84.77% from 255 or 63.53% from 340); Max value from RGB is 216 - color contains mainly: blue. Hex color #1666D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1666D8 is #E99927. Grayscale: #5A5A5A. Windows color (decimal): -15309096 or 14181910. OLE color: 14181910.
HSL color Cylindrical-coordinate representation of color #1666D8: hue angle of 215.26º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1666D8 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 102 | 216 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.15 |
| HSL | 215.26º | 0.82% | 0.47% | - |
| HSV(B) | 215.26º | 0.9% | 0.85% | - |
| XYZ | 17.48 | 14.63 | 66.87 | - |
| YUV | 91.08 | 198.5 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 216 | 0.90 | 0.53 | 0 | 0.15 | 215.26 | 0.82 | 0.47 |
| Hex | 16 | 66 | D8 | 5A | 35 | 0 | F | D7 | 52 | 2F |
| Octal | 26 | 146 | 330 | 132 | 65 | 0 | 17 | 327 | 122 | 57 |
| Binary | 10110 | 1100110 | 11011000 | 1011010 | 110101 | 0 | 1111 | 11010111 | 1010010 | 101111 |
Color Harmonies of #1666D8
Complementary color
Monochromatic Colors of #1666D8
Black with #1666D8
Text Example
Text Example
White with #1666D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666D8; }
p { color: rgb(22,102,216); }
H1.HeaderClassName
{
color: #1666D8;
}
.AnyTagClassName
{
color: #1666D8;
}
</style>
background-color css
<style>
a { background-color: #1666D8; }
a { background-color: rgb(22,102,216); }
div.DivClassName
{
background-color: #1666D8;
}
.BgClassName
{
background-color: #1666D8;
}
</style>
border-color css
<style>
span { border-color: #1666D8; }
span { border-color: rgb(22,102,216); }
td.TdClassName
{
border-color: #1666D8;
}
.TagClassName
{
border-color: #1666D8;
}
</style>