Shades of Navy Blue #1666EC
Tints of Navy Blue #1666EC
RGB
CMYK
RGB Variations
Color information
#1666EC (or 0x1666EC) is known color: Navy Blue. HEX triplet: 16, 66 and EC. RGB value is (22,102,236). Sum of RGB (Red+Green+Blue) = 22+102+236=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #1666EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1666EC is #E99913. Grayscale: #5C5C5C. Windows color (decimal): -15309076 or 15492630. OLE color: 15492630.
HSL color Cylindrical-coordinate representation of color #1666EC: hue angle of 217.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1666EC is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 102 | 236 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.07 |
| HSL | 217.57º | 0.85% | 0.51% | - |
| HSV(B) | 217.57º | 0.91% | 0.93% | - |
| XYZ | 20.22 | 15.73 | 81.33 | - |
| YUV | 93.36 | 208.5 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 236 | 0.91 | 0.57 | 0 | 0.07 | 217.57 | 0.85 | 0.51 |
| Hex | 16 | 66 | EC | 5B | 39 | 0 | 7 | DA | 55 | 33 |
| Octal | 26 | 146 | 354 | 133 | 71 | 0 | 7 | 332 | 125 | 63 |
| Binary | 10110 | 1100110 | 11101100 | 1011011 | 111001 | 0 | 111 | 11011010 | 1010101 | 110011 |
Color Harmonies of #1666EC
Complementary color
Monochromatic Colors of #1666EC
Black with #1666EC
Text Example
Text Example
White with #1666EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666EC; }
p { color: rgb(22,102,236); }
H1.HeaderClassName
{
color: #1666EC;
}
.AnyTagClassName
{
color: #1666EC;
}
</style>
background-color css
<style>
a { background-color: #1666EC; }
a { background-color: rgb(22,102,236); }
div.DivClassName
{
background-color: #1666EC;
}
.BgClassName
{
background-color: #1666EC;
}
</style>
border-color css
<style>
span { border-color: #1666EC; }
span { border-color: rgb(22,102,236); }
td.TdClassName
{
border-color: #1666EC;
}
.TagClassName
{
border-color: #1666EC;
}
</style>