Shades of Allports #166070
Tints of Allports #166070
RGB
CMYK
RGB Variations
Color information
#166070 (or 0x166070) is known color: Allports. HEX triplet: 16, 60 and 70. RGB value is (22,96,112). Sum of RGB (Red+Green+Blue) = 22+96+112=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #166070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166070 is #E99F8F. Grayscale: #4B4B4B. Windows color (decimal): -15310736 or 7364630. OLE color: 7364630.
HSL color Cylindrical-coordinate representation of color #166070: hue angle of 190.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166070 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 96 | 112 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.56 |
| HSL | 190.67º | 0.67% | 0.26% | - |
| HSV(B) | 190.67º | 0.8% | 0.44% | - |
| XYZ | 7.44 | 9.71 | 16.81 | - |
| YUV | 75.7 | 148.48 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 112 | 0.80 | 0.14 | 0 | 0.56 | 190.67 | 0.67 | 0.26 |
| Hex | 16 | 60 | 70 | 50 | E | 0 | 38 | BF | 43 | 1A |
| Octal | 26 | 140 | 160 | 120 | 16 | 0 | 70 | 277 | 103 | 32 |
| Binary | 10110 | 1100000 | 1110000 | 1010000 | 1110 | 0 | 111000 | 10111111 | 1000011 | 11010 |
Color Harmonies of #166070
Complementary color
Monochromatic Colors of #166070
Black with #166070
Text Example
Text Example
White with #166070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166070; }
p { color: rgb(22,96,112); }
H1.HeaderClassName
{
color: #166070;
}
.AnyTagClassName
{
color: #166070;
}
</style>
background-color css
<style>
a { background-color: #166070; }
a { background-color: rgb(22,96,112); }
div.DivClassName
{
background-color: #166070;
}
.BgClassName
{
background-color: #166070;
}
</style>
border-color css
<style>
span { border-color: #166070; }
span { border-color: rgb(22,96,112); }
td.TdClassName
{
border-color: #166070;
}
.TagClassName
{
border-color: #166070;
}
</style>