Shades of Allports #166C93
Tints of Allports #166C93
RGB
CMYK
RGB Variations
Color information
#166C93 (or 0x166C93) is known color: Allports. HEX triplet: 16, 6C and 93. RGB value is (22,108,147). Sum of RGB (Red+Green+Blue) = 22+108+147=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #166C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166C93 is #E9936C. Grayscale: #565656. Windows color (decimal): -15307629 or 9661462. OLE color: 9661462.
HSL color Cylindrical-coordinate representation of color #166C93: hue angle of 198.72º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166C93 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 108 | 147 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.42 |
| HSL | 198.72º | 0.74% | 0.33% | - |
| HSV(B) | 198.72º | 0.85% | 0.58% | - |
| XYZ | 10.96 | 13 | 29.54 | - |
| YUV | 86.73 | 162.01 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 147 | 0.85 | 0.27 | 0 | 0.42 | 198.72 | 0.74 | 0.33 |
| Hex | 16 | 6C | 93 | 55 | 1B | 0 | 2A | C7 | 4A | 21 |
| Octal | 26 | 154 | 223 | 125 | 33 | 0 | 52 | 307 | 112 | 41 |
| Binary | 10110 | 1101100 | 10010011 | 1010101 | 11011 | 0 | 101010 | 11000111 | 1001010 | 100001 |
Color Harmonies of #166C93
Complementary color
Monochromatic Colors of #166C93
Black with #166C93
Text Example
Text Example
White with #166C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C93; }
p { color: rgb(22,108,147); }
H1.HeaderClassName
{
color: #166C93;
}
.AnyTagClassName
{
color: #166C93;
}
</style>
background-color css
<style>
a { background-color: #166C93; }
a { background-color: rgb(22,108,147); }
div.DivClassName
{
background-color: #166C93;
}
.BgClassName
{
background-color: #166C93;
}
</style>
border-color css
<style>
span { border-color: #166C93; }
span { border-color: rgb(22,108,147); }
td.TdClassName
{
border-color: #166C93;
}
.TagClassName
{
border-color: #166C93;
}
</style>