Shades of Allports #166B90
Tints of Allports #166B90
RGB
CMYK
RGB Variations
Color information
#166B90 (or 0x166B90) is known color: Allports. HEX triplet: 16, 6B and 90. RGB value is (22,107,144). Sum of RGB (Red+Green+Blue) = 22+107+144=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #166B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166B90 is #E9946F. Grayscale: #555555. Windows color (decimal): -15307888 or 9464598. OLE color: 9464598.
HSL color Cylindrical-coordinate representation of color #166B90: hue angle of 198.2º 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 #166B90 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 107 | 144 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.44 |
| HSL | 198.2º | 0.73% | 0.33% | - |
| HSV(B) | 198.2º | 0.85% | 0.56% | - |
| XYZ | 10.62 | 12.7 | 28.28 | - |
| YUV | 85.8 | 160.84 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 144 | 0.85 | 0.26 | 0 | 0.44 | 198.2 | 0.73 | 0.33 |
| Hex | 16 | 6B | 90 | 55 | 1A | 0 | 2C | C6 | 49 | 21 |
| Octal | 26 | 153 | 220 | 125 | 32 | 0 | 54 | 306 | 111 | 41 |
| Binary | 10110 | 1101011 | 10010000 | 1010101 | 11010 | 0 | 101100 | 11000110 | 1001001 | 100001 |
Color Harmonies of #166B90
Complementary color
Monochromatic Colors of #166B90
Black with #166B90
Text Example
Text Example
White with #166B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166B90; }
p { color: rgb(22,107,144); }
H1.HeaderClassName
{
color: #166B90;
}
.AnyTagClassName
{
color: #166B90;
}
</style>
background-color css
<style>
a { background-color: #166B90; }
a { background-color: rgb(22,107,144); }
div.DivClassName
{
background-color: #166B90;
}
.BgClassName
{
background-color: #166B90;
}
</style>
border-color css
<style>
span { border-color: #166B90; }
span { border-color: rgb(22,107,144); }
td.TdClassName
{
border-color: #166B90;
}
.TagClassName
{
border-color: #166B90;
}
</style>