Shades of Allports #166D91
Tints of Allports #166D91
RGB
CMYK
RGB Variations
Color information
#166D91 (or 0x166D91) is known color: Allports. HEX triplet: 16, 6D and 91. RGB value is (22,109,145). Sum of RGB (Red+Green+Blue) = 22+109+145=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #166D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166D91 is #E9926E. Grayscale: #565656. Windows color (decimal): -15307375 or 9530646. OLE color: 9530646.
HSL color Cylindrical-coordinate representation of color #166D91: hue angle of 197.56º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166D91 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 109 | 145 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.43 |
| HSL | 197.56º | 0.74% | 0.33% | - |
| HSV(B) | 197.56º | 0.85% | 0.57% | - |
| XYZ | 10.91 | 13.15 | 28.75 | - |
| YUV | 87.09 | 160.68 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 145 | 0.85 | 0.25 | 0 | 0.43 | 197.56 | 0.74 | 0.33 |
| Hex | 16 | 6D | 91 | 55 | 19 | 0 | 2B | C6 | 4A | 21 |
| Octal | 26 | 155 | 221 | 125 | 31 | 0 | 53 | 306 | 112 | 41 |
| Binary | 10110 | 1101101 | 10010001 | 1010101 | 11001 | 0 | 101011 | 11000110 | 1001010 | 100001 |
Color Harmonies of #166D91
Complementary color
Monochromatic Colors of #166D91
Black with #166D91
Text Example
Text Example
White with #166D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D91; }
p { color: rgb(22,109,145); }
H1.HeaderClassName
{
color: #166D91;
}
.AnyTagClassName
{
color: #166D91;
}
</style>
background-color css
<style>
a { background-color: #166D91; }
a { background-color: rgb(22,109,145); }
div.DivClassName
{
background-color: #166D91;
}
.BgClassName
{
background-color: #166D91;
}
</style>
border-color css
<style>
span { border-color: #166D91; }
span { border-color: rgb(22,109,145); }
td.TdClassName
{
border-color: #166D91;
}
.TagClassName
{
border-color: #166D91;
}
</style>