Shades of Allports #166372
Tints of Allports #166372
RGB
CMYK
RGB Variations
Color information
#166372 (or 0x166372) is known color: Allports. HEX triplet: 16, 63 and 72. RGB value is (22,99,114). Sum of RGB (Red+Green+Blue) = 22+99+114=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #166372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166372 is #E99C8D. Grayscale: #4D4D4D. Windows color (decimal): -15309966 or 7496470. OLE color: 7496470.
HSL color Cylindrical-coordinate representation of color #166372: hue angle of 189.78º 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 #166372 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 99 | 114 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.55 |
| HSL | 189.78º | 0.68% | 0.27% | - |
| HSV(B) | 189.78º | 0.81% | 0.45% | - |
| XYZ | 7.83 | 10.31 | 17.5 | - |
| YUV | 77.69 | 148.49 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 114 | 0.81 | 0.13 | 0 | 0.55 | 189.78 | 0.68 | 0.27 |
| Hex | 16 | 63 | 72 | 51 | D | 0 | 37 | BE | 44 | 1B |
| Octal | 26 | 143 | 162 | 121 | 15 | 0 | 67 | 276 | 104 | 33 |
| Binary | 10110 | 1100011 | 1110010 | 1010001 | 1101 | 0 | 110111 | 10111110 | 1000100 | 11011 |
Color Harmonies of #166372
Complementary color
Monochromatic Colors of #166372
Black with #166372
Text Example
Text Example
White with #166372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166372; }
p { color: rgb(22,99,114); }
H1.HeaderClassName
{
color: #166372;
}
.AnyTagClassName
{
color: #166372;
}
</style>
background-color css
<style>
a { background-color: #166372; }
a { background-color: rgb(22,99,114); }
div.DivClassName
{
background-color: #166372;
}
.BgClassName
{
background-color: #166372;
}
</style>
border-color css
<style>
span { border-color: #166372; }
span { border-color: rgb(22,99,114); }
td.TdClassName
{
border-color: #166372;
}
.TagClassName
{
border-color: #166372;
}
</style>