Shades of Allports #166B8B
Tints of Allports #166B8B
RGB
CMYK
RGB Variations
Color information
#166B8B (or 0x166B8B) is known color: Allports. HEX triplet: 16, 6B and 8B. RGB value is (22,107,139). Sum of RGB (Red+Green+Blue) = 22+107+139=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #166B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166B8B is #E99474. Grayscale: #555555. Windows color (decimal): -15307893 or 9136918. OLE color: 9136918.
HSL color Cylindrical-coordinate representation of color #166B8B: hue angle of 196.41º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #166B8B is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 107 | 139 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.45 |
| HSL | 196.41º | 0.73% | 0.32% | - |
| HSV(B) | 196.41º | 0.84% | 0.55% | - |
| XYZ | 10.25 | 12.55 | 26.31 | - |
| YUV | 85.23 | 158.34 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 139 | 0.84 | 0.23 | 0 | 0.45 | 196.41 | 0.73 | 0.32 |
| Hex | 16 | 6B | 8B | 54 | 17 | 0 | 2D | C4 | 49 | 20 |
| Octal | 26 | 153 | 213 | 124 | 27 | 0 | 55 | 304 | 111 | 40 |
| Binary | 10110 | 1101011 | 10001011 | 1010100 | 10111 | 0 | 101101 | 11000100 | 1001001 | 100000 |
Color Harmonies of #166B8B
Complementary color
Monochromatic Colors of #166B8B
Black with #166B8B
Text Example
Text Example
White with #166B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166B8B; }
p { color: rgb(22,107,139); }
H1.HeaderClassName
{
color: #166B8B;
}
.AnyTagClassName
{
color: #166B8B;
}
</style>
background-color css
<style>
a { background-color: #166B8B; }
a { background-color: rgb(22,107,139); }
div.DivClassName
{
background-color: #166B8B;
}
.BgClassName
{
background-color: #166B8B;
}
</style>
border-color css
<style>
span { border-color: #166B8B; }
span { border-color: rgb(22,107,139); }
td.TdClassName
{
border-color: #166B8B;
}
.TagClassName
{
border-color: #166B8B;
}
</style>