Shades of Allports #166F7D
Tints of Allports #166F7D
RGB
CMYK
RGB Variations
Color information
#166F7D (or 0x166F7D) is known color: Allports. HEX triplet: 16, 6F and 7D. RGB value is (22,111,125). Sum of RGB (Red+Green+Blue) = 22+111+125=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #166F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166F7D is #E99082. Grayscale: #555555. Windows color (decimal): -15306883 or 8220438. OLE color: 8220438.
HSL color Cylindrical-coordinate representation of color #166F7D: hue angle of 188.16º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #166F7D is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 111 | 125 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.51 |
| HSL | 188.16º | 0.7% | 0.29% | - |
| HSV(B) | 188.16º | 0.82% | 0.49% | - |
| XYZ | 9.72 | 13.02 | 21.4 | - |
| YUV | 85.99 | 150.01 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 125 | 0.82 | 0.11 | 0 | 0.51 | 188.16 | 0.7 | 0.29 |
| Hex | 16 | 6F | 7D | 52 | B | 0 | 33 | BC | 46 | 1D |
| Octal | 26 | 157 | 175 | 122 | 13 | 0 | 63 | 274 | 106 | 35 |
| Binary | 10110 | 1101111 | 1111101 | 1010010 | 1011 | 0 | 110011 | 10111100 | 1000110 | 11101 |
Color Harmonies of #166F7D
Complementary color
Monochromatic Colors of #166F7D
Black with #166F7D
Text Example
Text Example
White with #166F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F7D; }
p { color: rgb(22,111,125); }
H1.HeaderClassName
{
color: #166F7D;
}
.AnyTagClassName
{
color: #166F7D;
}
</style>
background-color css
<style>
a { background-color: #166F7D; }
a { background-color: rgb(22,111,125); }
div.DivClassName
{
background-color: #166F7D;
}
.BgClassName
{
background-color: #166F7D;
}
</style>
border-color css
<style>
span { border-color: #166F7D; }
span { border-color: rgb(22,111,125); }
td.TdClassName
{
border-color: #166F7D;
}
.TagClassName
{
border-color: #166F7D;
}
</style>