Shades of Allports #166A8A
Tints of Allports #166A8A
RGB
CMYK
RGB Variations
Color information
#166A8A (or 0x166A8A) is known color: Allports. HEX triplet: 16, 6A and 8A. RGB value is (22,106,138). Sum of RGB (Red+Green+Blue) = 22+106+138=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #166A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166A8A is #E99575. Grayscale: #545454. Windows color (decimal): -15308150 or 9071126. OLE color: 9071126.
HSL color Cylindrical-coordinate representation of color #166A8A: hue angle of 196.55º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #166A8A is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 106 | 138 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.46 |
| HSL | 196.55º | 0.73% | 0.31% | - |
| HSV(B) | 196.55º | 0.84% | 0.54% | - |
| XYZ | 10.07 | 12.31 | 25.89 | - |
| YUV | 84.53 | 158.17 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 138 | 0.84 | 0.23 | 0 | 0.46 | 196.55 | 0.73 | 0.31 |
| Hex | 16 | 6A | 8A | 54 | 17 | 0 | 2E | C5 | 48 | 1F |
| Octal | 26 | 152 | 212 | 124 | 27 | 0 | 56 | 305 | 110 | 37 |
| Binary | 10110 | 1101010 | 10001010 | 1010100 | 10111 | 0 | 101110 | 11000101 | 1001000 | 11111 |
Color Harmonies of #166A8A
Complementary color
Monochromatic Colors of #166A8A
Black with #166A8A
Text Example
Text Example
White with #166A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166A8A; }
p { color: rgb(22,106,138); }
H1.HeaderClassName
{
color: #166A8A;
}
.AnyTagClassName
{
color: #166A8A;
}
</style>
background-color css
<style>
a { background-color: #166A8A; }
a { background-color: rgb(22,106,138); }
div.DivClassName
{
background-color: #166A8A;
}
.BgClassName
{
background-color: #166A8A;
}
</style>
border-color css
<style>
span { border-color: #166A8A; }
span { border-color: rgb(22,106,138); }
td.TdClassName
{
border-color: #166A8A;
}
.TagClassName
{
border-color: #166A8A;
}
</style>