Shades of Allports #166980
Tints of Allports #166980
RGB
CMYK
RGB Variations
Color information
#166980 (or 0x166980) is known color: Allports. HEX triplet: 16, 69 and 80. RGB value is (22,105,128). Sum of RGB (Red+Green+Blue) = 22+105+128=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #166980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166980 is #E9967F. Grayscale: #525252. Windows color (decimal): -15308416 or 8415510. OLE color: 8415510.
HSL color Cylindrical-coordinate representation of color #166980: hue angle of 193.02º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166980 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 105 | 128 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.50 |
| HSL | 193.02º | 0.71% | 0.29% | - |
| HSV(B) | 193.02º | 0.83% | 0.5% | - |
| XYZ | 9.28 | 11.83 | 22.22 | - |
| YUV | 82.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 128 | 0.83 | 0.18 | 0 | 0.50 | 193.02 | 0.71 | 0.29 |
| Hex | 16 | 69 | 80 | 53 | 12 | 0 | 32 | C1 | 47 | 1D |
| Octal | 26 | 151 | 200 | 123 | 22 | 0 | 62 | 301 | 107 | 35 |
| Binary | 10110 | 1101001 | 10000000 | 1010011 | 10010 | 0 | 110010 | 11000001 | 1000111 | 11101 |
Color Harmonies of #166980
Complementary color
Monochromatic Colors of #166980
Black with #166980
Text Example
Text Example
White with #166980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166980; }
p { color: rgb(22,105,128); }
H1.HeaderClassName
{
color: #166980;
}
.AnyTagClassName
{
color: #166980;
}
</style>
background-color css
<style>
a { background-color: #166980; }
a { background-color: rgb(22,105,128); }
div.DivClassName
{
background-color: #166980;
}
.BgClassName
{
background-color: #166980;
}
</style>
border-color css
<style>
span { border-color: #166980; }
span { border-color: rgb(22,105,128); }
td.TdClassName
{
border-color: #166980;
}
.TagClassName
{
border-color: #166980;
}
</style>