Shades of Allports #166486
Tints of Allports #166486
RGB
CMYK
RGB Variations
Color information
#166486 (or 0x166486) is known color: Allports. HEX triplet: 16, 64 and 86. RGB value is (22,100,134). Sum of RGB (Red+Green+Blue) = 22+100+134=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #166486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166486 is #E99B79. Grayscale: #505050. Windows color (decimal): -15309690 or 8807446. OLE color: 8807446.
HSL color Cylindrical-coordinate representation of color #166486: hue angle of 198.21º 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 #166486 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 100 | 134 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.47 |
| HSL | 198.21º | 0.72% | 0.31% | - |
| HSV(B) | 198.21º | 0.84% | 0.53% | - |
| XYZ | 9.19 | 11.01 | 24.19 | - |
| YUV | 80.55 | 158.16 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 134 | 0.84 | 0.25 | 0 | 0.47 | 198.21 | 0.72 | 0.31 |
| Hex | 16 | 64 | 86 | 54 | 19 | 0 | 2F | C6 | 48 | 1F |
| Octal | 26 | 144 | 206 | 124 | 31 | 0 | 57 | 306 | 110 | 37 |
| Binary | 10110 | 1100100 | 10000110 | 1010100 | 11001 | 0 | 101111 | 11000110 | 1001000 | 11111 |
Color Harmonies of #166486
Complementary color
Monochromatic Colors of #166486
Black with #166486
Text Example
Text Example
White with #166486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166486; }
p { color: rgb(22,100,134); }
H1.HeaderClassName
{
color: #166486;
}
.AnyTagClassName
{
color: #166486;
}
</style>
background-color css
<style>
a { background-color: #166486; }
a { background-color: rgb(22,100,134); }
div.DivClassName
{
background-color: #166486;
}
.BgClassName
{
background-color: #166486;
}
</style>
border-color css
<style>
span { border-color: #166486; }
span { border-color: rgb(22,100,134); }
td.TdClassName
{
border-color: #166486;
}
.TagClassName
{
border-color: #166486;
}
</style>