Shades of Navy Blue #166ADE
Tints of Navy Blue #166ADE
RGB
CMYK
RGB Variations
Color information
#166ADE (or 0x166ADE) is known color: Navy Blue. HEX triplet: 16, 6A and DE. RGB value is (22,106,222). Sum of RGB (Red+Green+Blue) = 22+106+222=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #166ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ADE is #E99521. Grayscale: #5D5D5D. Windows color (decimal): -15308066 or 14576150. OLE color: 14576150.
HSL color Cylindrical-coordinate representation of color #166ADE: hue angle of 214.8º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166ADE is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 106 | 222 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.13 |
| HSL | 214.8º | 0.82% | 0.48% | - |
| HSV(B) | 214.8º | 0.9% | 0.87% | - |
| XYZ | 18.67 | 15.75 | 71.16 | - |
| YUV | 94.11 | 200.17 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 222 | 0.90 | 0.52 | 0 | 0.13 | 214.8 | 0.82 | 0.48 |
| Hex | 16 | 6A | DE | 5A | 34 | 0 | D | D7 | 52 | 30 |
| Octal | 26 | 152 | 336 | 132 | 64 | 0 | 15 | 327 | 122 | 60 |
| Binary | 10110 | 1101010 | 11011110 | 1011010 | 110100 | 0 | 1101 | 11010111 | 1010010 | 110000 |
Color Harmonies of #166ADE
Complementary color
Monochromatic Colors of #166ADE
Black with #166ADE
Text Example
Text Example
White with #166ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166ADE; }
p { color: rgb(22,106,222); }
H1.HeaderClassName
{
color: #166ADE;
}
.AnyTagClassName
{
color: #166ADE;
}
</style>
background-color css
<style>
a { background-color: #166ADE; }
a { background-color: rgb(22,106,222); }
div.DivClassName
{
background-color: #166ADE;
}
.BgClassName
{
background-color: #166ADE;
}
</style>
border-color css
<style>
span { border-color: #166ADE; }
span { border-color: rgb(22,106,222); }
td.TdClassName
{
border-color: #166ADE;
}
.TagClassName
{
border-color: #166ADE;
}
</style>