Shades of Allports #166972
Tints of Allports #166972
RGB
CMYK
RGB Variations
Color information
#166972 (or 0x166972) is known color: Allports. HEX triplet: 16, 69 and 72. RGB value is (22,105,114). Sum of RGB (Red+Green+Blue) = 22+105+114=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #166972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166972 is #E9968D. Grayscale: #515151. Windows color (decimal): -15308430 or 7498006. OLE color: 7498006.
HSL color Cylindrical-coordinate representation of color #166972: hue angle of 185.87º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #166972 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 105 | 114 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.55 |
| HSL | 185.87º | 0.68% | 0.27% | - |
| HSV(B) | 185.87º | 0.81% | 0.45% | - |
| XYZ | 8.42 | 11.49 | 17.69 | - |
| YUV | 81.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 114 | 0.81 | 0.08 | 0 | 0.55 | 185.87 | 0.68 | 0.27 |
| Hex | 16 | 69 | 72 | 51 | 8 | 0 | 37 | BA | 44 | 1B |
| Octal | 26 | 151 | 162 | 121 | 10 | 0 | 67 | 272 | 104 | 33 |
| Binary | 10110 | 1101001 | 1110010 | 1010001 | 1000 | 0 | 110111 | 10111010 | 1000100 | 11011 |
Color Harmonies of #166972
Complementary color
Monochromatic Colors of #166972
Black with #166972
Text Example
Text Example
White with #166972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166972; }
p { color: rgb(22,105,114); }
H1.HeaderClassName
{
color: #166972;
}
.AnyTagClassName
{
color: #166972;
}
</style>
background-color css
<style>
a { background-color: #166972; }
a { background-color: rgb(22,105,114); }
div.DivClassName
{
background-color: #166972;
}
.BgClassName
{
background-color: #166972;
}
</style>
border-color css
<style>
span { border-color: #166972; }
span { border-color: rgb(22,105,114); }
td.TdClassName
{
border-color: #166972;
}
.TagClassName
{
border-color: #166972;
}
</style>