Shades of Allports #166579
Tints of Allports #166579
RGB
CMYK
RGB Variations
Color information
#166579 (or 0x166579) is known color: Allports. HEX triplet: 16, 65 and 79. RGB value is (22,101,121). Sum of RGB (Red+Green+Blue) = 22+101+121=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #166579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166579 is #E99A86. Grayscale: #4F4F4F. Windows color (decimal): -15309447 or 7955734. OLE color: 7955734.
HSL color Cylindrical-coordinate representation of color #166579: hue angle of 192.12º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #166579 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 101 | 121 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.53 |
| HSL | 192.12º | 0.69% | 0.28% | - |
| HSV(B) | 192.12º | 0.82% | 0.47% | - |
| XYZ | 8.44 | 10.86 | 19.74 | - |
| YUV | 79.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 121 | 0.82 | 0.17 | 0 | 0.53 | 192.12 | 0.69 | 0.28 |
| Hex | 16 | 65 | 79 | 52 | 11 | 0 | 35 | C0 | 45 | 1C |
| Octal | 26 | 145 | 171 | 122 | 21 | 0 | 65 | 300 | 105 | 34 |
| Binary | 10110 | 1100101 | 1111001 | 1010010 | 10001 | 0 | 110101 | 11000000 | 1000101 | 11100 |
Color Harmonies of #166579
Complementary color
Monochromatic Colors of #166579
Black with #166579
Text Example
Text Example
White with #166579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166579; }
p { color: rgb(22,101,121); }
H1.HeaderClassName
{
color: #166579;
}
.AnyTagClassName
{
color: #166579;
}
</style>
background-color css
<style>
a { background-color: #166579; }
a { background-color: rgb(22,101,121); }
div.DivClassName
{
background-color: #166579;
}
.BgClassName
{
background-color: #166579;
}
</style>
border-color css
<style>
span { border-color: #166579; }
span { border-color: rgb(22,101,121); }
td.TdClassName
{
border-color: #166579;
}
.TagClassName
{
border-color: #166579;
}
</style>