Shades of Allports #166C88
Tints of Allports #166C88
RGB
CMYK
RGB Variations
Color information
#166C88 (or 0x166C88) is known color: Allports. HEX triplet: 16, 6C and 88. RGB value is (22,108,136). Sum of RGB (Red+Green+Blue) = 22+108+136=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #166C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166C88 is #E99377. Grayscale: #555555. Windows color (decimal): -15307640 or 8940566. OLE color: 8940566.
HSL color Cylindrical-coordinate representation of color #166C88: hue angle of 194.74º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #166C88 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 108 | 136 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.47 |
| HSL | 194.74º | 0.72% | 0.31% | - |
| HSV(B) | 194.74º | 0.84% | 0.53% | - |
| XYZ | 10.14 | 12.67 | 25.2 | - |
| YUV | 85.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 136 | 0.84 | 0.21 | 0 | 0.47 | 194.74 | 0.72 | 0.31 |
| Hex | 16 | 6C | 88 | 54 | 15 | 0 | 2F | C3 | 48 | 1F |
| Octal | 26 | 154 | 210 | 124 | 25 | 0 | 57 | 303 | 110 | 37 |
| Binary | 10110 | 1101100 | 10001000 | 1010100 | 10101 | 0 | 101111 | 11000011 | 1001000 | 11111 |
Color Harmonies of #166C88
Complementary color
Monochromatic Colors of #166C88
Black with #166C88
Text Example
Text Example
White with #166C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C88; }
p { color: rgb(22,108,136); }
H1.HeaderClassName
{
color: #166C88;
}
.AnyTagClassName
{
color: #166C88;
}
</style>
background-color css
<style>
a { background-color: #166C88; }
a { background-color: rgb(22,108,136); }
div.DivClassName
{
background-color: #166C88;
}
.BgClassName
{
background-color: #166C88;
}
</style>
border-color css
<style>
span { border-color: #166C88; }
span { border-color: rgb(22,108,136); }
td.TdClassName
{
border-color: #166C88;
}
.TagClassName
{
border-color: #166C88;
}
</style>