Shades of Allports #166D96
Tints of Allports #166D96
RGB
CMYK
RGB Variations
Color information
#166D96 (or 0x166D96) is known color: Allports. HEX triplet: 16, 6D and 96. RGB value is (22,109,150). Sum of RGB (Red+Green+Blue) = 22+109+150=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #166D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166D96 is #E99269. Grayscale: #575757. Windows color (decimal): -15307370 or 9858326. OLE color: 9858326.
HSL color Cylindrical-coordinate representation of color #166D96: hue angle of 199.22º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166D96 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 109 | 150 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.41 |
| HSL | 199.22º | 0.74% | 0.34% | - |
| HSV(B) | 199.22º | 0.85% | 0.59% | - |
| XYZ | 11.3 | 13.31 | 30.83 | - |
| YUV | 87.66 | 163.18 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 150 | 0.85 | 0.27 | 0 | 0.41 | 199.22 | 0.74 | 0.34 |
| Hex | 16 | 6D | 96 | 55 | 1B | 0 | 29 | C7 | 4A | 22 |
| Octal | 26 | 155 | 226 | 125 | 33 | 0 | 51 | 307 | 112 | 42 |
| Binary | 10110 | 1101101 | 10010110 | 1010101 | 11011 | 0 | 101001 | 11000111 | 1001010 | 100010 |
Color Harmonies of #166D96
Complementary color
Monochromatic Colors of #166D96
Black with #166D96
Text Example
Text Example
White with #166D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D96; }
p { color: rgb(22,109,150); }
H1.HeaderClassName
{
color: #166D96;
}
.AnyTagClassName
{
color: #166D96;
}
</style>
background-color css
<style>
a { background-color: #166D96; }
a { background-color: rgb(22,109,150); }
div.DivClassName
{
background-color: #166D96;
}
.BgClassName
{
background-color: #166D96;
}
</style>
border-color css
<style>
span { border-color: #166D96; }
span { border-color: rgb(22,109,150); }
td.TdClassName
{
border-color: #166D96;
}
.TagClassName
{
border-color: #166D96;
}
</style>