Shades of Allports #166996
Tints of Allports #166996
RGB
CMYK
RGB Variations
Color information
#166996 (or 0x166996) is known color: Allports. HEX triplet: 16, 69 and 96. RGB value is (22,105,150). Sum of RGB (Red+Green+Blue) = 22+105+150=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #166996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166996 is #E99669. Grayscale: #555555. Windows color (decimal): -15308394 or 9857302. OLE color: 9857302.
HSL color Cylindrical-coordinate representation of color #166996: hue angle of 201.09º 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 #166996 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 105 | 150 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.41 |
| HSL | 201.09º | 0.74% | 0.34% | - |
| HSV(B) | 201.09º | 0.85% | 0.59% | - |
| XYZ | 10.89 | 12.48 | 30.69 | - |
| YUV | 85.31 | 164.5 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 150 | 0.85 | 0.30 | 0 | 0.41 | 201.09 | 0.74 | 0.34 |
| Hex | 16 | 69 | 96 | 55 | 1E | 0 | 29 | C9 | 4A | 22 |
| Octal | 26 | 151 | 226 | 125 | 36 | 0 | 51 | 311 | 112 | 42 |
| Binary | 10110 | 1101001 | 10010110 | 1010101 | 11110 | 0 | 101001 | 11001001 | 1001010 | 100010 |
Color Harmonies of #166996
Complementary color
Monochromatic Colors of #166996
Black with #166996
Text Example
Text Example
White with #166996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166996; }
p { color: rgb(22,105,150); }
H1.HeaderClassName
{
color: #166996;
}
.AnyTagClassName
{
color: #166996;
}
</style>
background-color css
<style>
a { background-color: #166996; }
a { background-color: rgb(22,105,150); }
div.DivClassName
{
background-color: #166996;
}
.BgClassName
{
background-color: #166996;
}
</style>
border-color css
<style>
span { border-color: #166996; }
span { border-color: rgb(22,105,150); }
td.TdClassName
{
border-color: #166996;
}
.TagClassName
{
border-color: #166996;
}
</style>