Shades of Navy Blue #166EDA
Tints of Navy Blue #166EDA
RGB
CMYK
RGB Variations
Color information
#166EDA (or 0x166EDA) is known color: Navy Blue. HEX triplet: 16, 6E and DA. RGB value is (22,110,218). Sum of RGB (Red+Green+Blue) = 22+110+218=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #166EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EDA is #E99125. Grayscale: #5F5F5F. Windows color (decimal): -15307046 or 14315030. OLE color: 14315030.
HSL color Cylindrical-coordinate representation of color #166EDA: hue angle of 213.06º 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 #166EDA is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 110 | 218 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.15 |
| HSL | 213.06º | 0.82% | 0.47% | - |
| HSV(B) | 213.06º | 0.9% | 0.85% | - |
| XYZ | 18.56 | 16.38 | 68.51 | - |
| YUV | 96 | 196.85 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 218 | 0.90 | 0.50 | 0 | 0.15 | 213.06 | 0.82 | 0.47 |
| Hex | 16 | 6E | DA | 5A | 32 | 0 | F | D5 | 52 | 2F |
| Octal | 26 | 156 | 332 | 132 | 62 | 0 | 17 | 325 | 122 | 57 |
| Binary | 10110 | 1101110 | 11011010 | 1011010 | 110010 | 0 | 1111 | 11010101 | 1010010 | 101111 |
Color Harmonies of #166EDA
Complementary color
Monochromatic Colors of #166EDA
Black with #166EDA
Text Example
Text Example
White with #166EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EDA; }
p { color: rgb(22,110,218); }
H1.HeaderClassName
{
color: #166EDA;
}
.AnyTagClassName
{
color: #166EDA;
}
</style>
background-color css
<style>
a { background-color: #166EDA; }
a { background-color: rgb(22,110,218); }
div.DivClassName
{
background-color: #166EDA;
}
.BgClassName
{
background-color: #166EDA;
}
</style>
border-color css
<style>
span { border-color: #166EDA; }
span { border-color: rgb(22,110,218); }
td.TdClassName
{
border-color: #166EDA;
}
.TagClassName
{
border-color: #166EDA;
}
</style>