Shades of Navy Blue #166EDB
Tints of Navy Blue #166EDB
RGB
CMYK
RGB Variations
Color information
#166EDB (or 0x166EDB) is known color: Navy Blue. HEX triplet: 16, 6E and DB. RGB value is (22,110,219). Sum of RGB (Red+Green+Blue) = 22+110+219=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #166EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EDB is #E99124. Grayscale: #5F5F5F. Windows color (decimal): -15307045 or 14380566. OLE color: 14380566.
HSL color Cylindrical-coordinate representation of color #166EDB: hue angle of 213.2º 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 #166EDB is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 110 | 219 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.14 |
| HSL | 213.2º | 0.82% | 0.47% | - |
| HSV(B) | 213.2º | 0.9% | 0.86% | - |
| XYZ | 18.69 | 16.44 | 69.21 | - |
| YUV | 96.11 | 197.35 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 219 | 0.90 | 0.50 | 0 | 0.14 | 213.2 | 0.82 | 0.47 |
| Hex | 16 | 6E | DB | 5A | 32 | 0 | E | D5 | 52 | 2F |
| Octal | 26 | 156 | 333 | 132 | 62 | 0 | 16 | 325 | 122 | 57 |
| Binary | 10110 | 1101110 | 11011011 | 1011010 | 110010 | 0 | 1110 | 11010101 | 1010010 | 101111 |
Color Harmonies of #166EDB
Complementary color
Monochromatic Colors of #166EDB
Black with #166EDB
Text Example
Text Example
White with #166EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EDB; }
p { color: rgb(22,110,219); }
H1.HeaderClassName
{
color: #166EDB;
}
.AnyTagClassName
{
color: #166EDB;
}
</style>
background-color css
<style>
a { background-color: #166EDB; }
a { background-color: rgb(22,110,219); }
div.DivClassName
{
background-color: #166EDB;
}
.BgClassName
{
background-color: #166EDB;
}
</style>
border-color css
<style>
span { border-color: #166EDB; }
span { border-color: rgb(22,110,219); }
td.TdClassName
{
border-color: #166EDB;
}
.TagClassName
{
border-color: #166EDB;
}
</style>