Shades of Navy Blue #166ADB
Tints of Navy Blue #166ADB
RGB
CMYK
RGB Variations
Color information
#166ADB (or 0x166ADB) is known color: Navy Blue. HEX triplet: 16, 6A and DB. RGB value is (22,106,219). Sum of RGB (Red+Green+Blue) = 22+106+219=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #166ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ADB is #E99524. Grayscale: #5D5D5D. Windows color (decimal): -15308069 or 14379542. OLE color: 14379542.
HSL color Cylindrical-coordinate representation of color #166ADB: hue angle of 214.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166ADB is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 106 | 219 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.14 |
| HSL | 214.42º | 0.82% | 0.47% | - |
| HSV(B) | 214.42º | 0.9% | 0.86% | - |
| XYZ | 18.27 | 15.59 | 69.06 | - |
| YUV | 93.77 | 198.67 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 219 | 0.90 | 0.52 | 0 | 0.14 | 214.42 | 0.82 | 0.47 |
| Hex | 16 | 6A | DB | 5A | 34 | 0 | E | D6 | 52 | 2F |
| Octal | 26 | 152 | 333 | 132 | 64 | 0 | 16 | 326 | 122 | 57 |
| Binary | 10110 | 1101010 | 11011011 | 1011010 | 110100 | 0 | 1110 | 11010110 | 1010010 | 101111 |
Color Harmonies of #166ADB
Complementary color
Monochromatic Colors of #166ADB
Black with #166ADB
Text Example
Text Example
White with #166ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166ADB; }
p { color: rgb(22,106,219); }
H1.HeaderClassName
{
color: #166ADB;
}
.AnyTagClassName
{
color: #166ADB;
}
</style>
background-color css
<style>
a { background-color: #166ADB; }
a { background-color: rgb(22,106,219); }
div.DivClassName
{
background-color: #166ADB;
}
.BgClassName
{
background-color: #166ADB;
}
</style>
border-color css
<style>
span { border-color: #166ADB; }
span { border-color: rgb(22,106,219); }
td.TdClassName
{
border-color: #166ADB;
}
.TagClassName
{
border-color: #166ADB;
}
</style>