Shades of Navy Blue #1666EA
Tints of Navy Blue #1666EA
RGB
CMYK
RGB Variations
Color information
#1666EA (or 0x1666EA) is known color: Navy Blue. HEX triplet: 16, 66 and EA. RGB value is (22,102,234). Sum of RGB (Red+Green+Blue) = 22+102+234=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #1666EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1666EA is #E99915. Grayscale: #5C5C5C. Windows color (decimal): -15309078 or 15361558. OLE color: 15361558.
HSL color Cylindrical-coordinate representation of color #1666EA: hue angle of 217.36º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1666EA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 102 | 234 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.08 |
| HSL | 217.36º | 0.83% | 0.5% | - |
| HSV(B) | 217.36º | 0.91% | 0.92% | - |
| XYZ | 19.93 | 15.61 | 79.81 | - |
| YUV | 93.13 | 207.5 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 234 | 0.91 | 0.56 | 0 | 0.08 | 217.36 | 0.83 | 0.5 |
| Hex | 16 | 66 | EA | 5B | 38 | 0 | 8 | D9 | 53 | 32 |
| Octal | 26 | 146 | 352 | 133 | 70 | 0 | 10 | 331 | 123 | 62 |
| Binary | 10110 | 1100110 | 11101010 | 1011011 | 111000 | 0 | 1000 | 11011001 | 1010011 | 110010 |
Color Harmonies of #1666EA
Complementary color
Monochromatic Colors of #1666EA
Black with #1666EA
Text Example
Text Example
White with #1666EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666EA; }
p { color: rgb(22,102,234); }
H1.HeaderClassName
{
color: #1666EA;
}
.AnyTagClassName
{
color: #1666EA;
}
</style>
background-color css
<style>
a { background-color: #1666EA; }
a { background-color: rgb(22,102,234); }
div.DivClassName
{
background-color: #1666EA;
}
.BgClassName
{
background-color: #1666EA;
}
</style>
border-color css
<style>
span { border-color: #1666EA; }
span { border-color: rgb(22,102,234); }
td.TdClassName
{
border-color: #1666EA;
}
.TagClassName
{
border-color: #1666EA;
}
</style>