Shades of Navy Blue #1666EF
Tints of Navy Blue #1666EF
RGB
CMYK
RGB Variations
Color information
#1666EF (or 0x1666EF) is known color: Navy Blue. HEX triplet: 16, 66 and EF. RGB value is (22,102,239). Sum of RGB (Red+Green+Blue) = 22+102+239=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #1666EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1666EF is #E99910. Grayscale: #5D5D5D. Windows color (decimal): -15309073 or 15689238. OLE color: 15689238.
HSL color Cylindrical-coordinate representation of color #1666EF: hue angle of 217.88º degrees, saturation: 0.87, 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 #1666EF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 102 | 239 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.06 |
| HSL | 217.88º | 0.87% | 0.51% | - |
| HSV(B) | 217.88º | 0.91% | 0.94% | - |
| XYZ | 20.66 | 15.91 | 83.64 | - |
| YUV | 93.7 | 210 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 239 | 0.91 | 0.57 | 0 | 0.06 | 217.88 | 0.87 | 0.51 |
| Hex | 16 | 66 | EF | 5B | 39 | 0 | 6 | DA | 57 | 33 |
| Octal | 26 | 146 | 357 | 133 | 71 | 0 | 6 | 332 | 127 | 63 |
| Binary | 10110 | 1100110 | 11101111 | 1011011 | 111001 | 0 | 110 | 11011010 | 1010111 | 110011 |
Color Harmonies of #1666EF
Complementary color
Monochromatic Colors of #1666EF
Black with #1666EF
Text Example
Text Example
White with #1666EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666EF; }
p { color: rgb(22,102,239); }
H1.HeaderClassName
{
color: #1666EF;
}
.AnyTagClassName
{
color: #1666EF;
}
</style>
background-color css
<style>
a { background-color: #1666EF; }
a { background-color: rgb(22,102,239); }
div.DivClassName
{
background-color: #1666EF;
}
.BgClassName
{
background-color: #1666EF;
}
</style>
border-color css
<style>
span { border-color: #1666EF; }
span { border-color: rgb(22,102,239); }
td.TdClassName
{
border-color: #1666EF;
}
.TagClassName
{
border-color: #1666EF;
}
</style>