Shades of Allports #166C90
Tints of Allports #166C90
RGB
CMYK
RGB Variations
Color information
#166C90 (or 0x166C90) is known color: Allports. HEX triplet: 16, 6C and 90. RGB value is (22,108,144). Sum of RGB (Red+Green+Blue) = 22+108+144=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #166C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166C90 is #E9936F. Grayscale: #565656. Windows color (decimal): -15307632 or 9464854. OLE color: 9464854.
HSL color Cylindrical-coordinate representation of color #166C90: hue angle of 197.7º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166C90 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 108 | 144 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.44 |
| HSL | 197.7º | 0.73% | 0.33% | - |
| HSV(B) | 197.7º | 0.85% | 0.56% | - |
| XYZ | 10.73 | 12.91 | 28.31 | - |
| YUV | 86.39 | 160.51 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 144 | 0.85 | 0.25 | 0 | 0.44 | 197.7 | 0.73 | 0.33 |
| Hex | 16 | 6C | 90 | 55 | 19 | 0 | 2C | C6 | 49 | 21 |
| Octal | 26 | 154 | 220 | 125 | 31 | 0 | 54 | 306 | 111 | 41 |
| Binary | 10110 | 1101100 | 10010000 | 1010101 | 11001 | 0 | 101100 | 11000110 | 1001001 | 100001 |
Color Harmonies of #166C90
Complementary color
Monochromatic Colors of #166C90
Black with #166C90
Text Example
Text Example
White with #166C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C90; }
p { color: rgb(22,108,144); }
H1.HeaderClassName
{
color: #166C90;
}
.AnyTagClassName
{
color: #166C90;
}
</style>
background-color css
<style>
a { background-color: #166C90; }
a { background-color: rgb(22,108,144); }
div.DivClassName
{
background-color: #166C90;
}
.BgClassName
{
background-color: #166C90;
}
</style>
border-color css
<style>
span { border-color: #166C90; }
span { border-color: rgb(22,108,144); }
td.TdClassName
{
border-color: #166C90;
}
.TagClassName
{
border-color: #166C90;
}
</style>