Shades of Allports #166992
Tints of Allports #166992
RGB
CMYK
RGB Variations
Color information
#166992 (or 0x166992) is known color: Allports. HEX triplet: 16, 69 and 92. RGB value is (22,105,146). Sum of RGB (Red+Green+Blue) = 22+105+146=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #166992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166992 is #E9966D. Grayscale: #545454. Windows color (decimal): -15308398 or 9595158. OLE color: 9595158.
HSL color Cylindrical-coordinate representation of color #166992: hue angle of 199.84º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166992 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 105 | 146 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.43 |
| HSL | 199.84º | 0.74% | 0.33% | - |
| HSV(B) | 199.84º | 0.85% | 0.57% | - |
| XYZ | 10.57 | 12.35 | 29.02 | - |
| YUV | 84.86 | 162.5 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 146 | 0.85 | 0.28 | 0 | 0.43 | 199.84 | 0.74 | 0.33 |
| Hex | 16 | 69 | 92 | 55 | 1C | 0 | 2B | C8 | 4A | 21 |
| Octal | 26 | 151 | 222 | 125 | 34 | 0 | 53 | 310 | 112 | 41 |
| Binary | 10110 | 1101001 | 10010010 | 1010101 | 11100 | 0 | 101011 | 11001000 | 1001010 | 100001 |
Color Harmonies of #166992
Complementary color
Monochromatic Colors of #166992
Black with #166992
Text Example
Text Example
White with #166992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166992; }
p { color: rgb(22,105,146); }
H1.HeaderClassName
{
color: #166992;
}
.AnyTagClassName
{
color: #166992;
}
</style>
background-color css
<style>
a { background-color: #166992; }
a { background-color: rgb(22,105,146); }
div.DivClassName
{
background-color: #166992;
}
.BgClassName
{
background-color: #166992;
}
</style>
border-color css
<style>
span { border-color: #166992; }
span { border-color: rgb(22,105,146); }
td.TdClassName
{
border-color: #166992;
}
.TagClassName
{
border-color: #166992;
}
</style>