Shades of Allports #166D89
Tints of Allports #166D89
RGB
CMYK
RGB Variations
Color information
#166D89 (or 0x166D89) is known color: Allports. HEX triplet: 16, 6D and 89. RGB value is (22,109,137). Sum of RGB (Red+Green+Blue) = 22+109+137=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #166D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166D89 is #E99276. Grayscale: #555555. Windows color (decimal): -15307383 or 9006358. OLE color: 9006358.
HSL color Cylindrical-coordinate representation of color #166D89: hue angle of 194.61º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #166D89 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 109 | 137 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.46 |
| HSL | 194.61º | 0.72% | 0.31% | - |
| HSV(B) | 194.61º | 0.84% | 0.54% | - |
| XYZ | 10.31 | 12.91 | 25.62 | - |
| YUV | 86.18 | 156.68 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 137 | 0.84 | 0.20 | 0 | 0.46 | 194.61 | 0.72 | 0.31 |
| Hex | 16 | 6D | 89 | 54 | 14 | 0 | 2E | C3 | 48 | 1F |
| Octal | 26 | 155 | 211 | 124 | 24 | 0 | 56 | 303 | 110 | 37 |
| Binary | 10110 | 1101101 | 10001001 | 1010100 | 10100 | 0 | 101110 | 11000011 | 1001000 | 11111 |
Color Harmonies of #166D89
Complementary color
Monochromatic Colors of #166D89
Black with #166D89
Text Example
Text Example
White with #166D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D89; }
p { color: rgb(22,109,137); }
H1.HeaderClassName
{
color: #166D89;
}
.AnyTagClassName
{
color: #166D89;
}
</style>
background-color css
<style>
a { background-color: #166D89; }
a { background-color: rgb(22,109,137); }
div.DivClassName
{
background-color: #166D89;
}
.BgClassName
{
background-color: #166D89;
}
</style>
border-color css
<style>
span { border-color: #166D89; }
span { border-color: rgb(22,109,137); }
td.TdClassName
{
border-color: #166D89;
}
.TagClassName
{
border-color: #166D89;
}
</style>