Shades of Allports #167A8A
Tints of Allports #167A8A
RGB
CMYK
RGB Variations
Color information
#167A8A (or 0x167A8A) is known color: Allports. HEX triplet: 16, 7A and 8A. RGB value is (22,122,138). Sum of RGB (Red+Green+Blue) = 22+122+138=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #167A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167A8A is #E98575. Grayscale: #5D5D5D. Windows color (decimal): -15304054 or 9075222. OLE color: 9075222.
HSL color Cylindrical-coordinate representation of color #167A8A: hue angle of 188.28º 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 #167A8A is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 122 | 138 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.46 |
| HSL | 188.28º | 0.73% | 0.31% | - |
| HSV(B) | 188.28º | 0.84% | 0.54% | - |
| XYZ | 11.88 | 15.92 | 26.49 | - |
| YUV | 93.92 | 152.87 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 122 | 138 | 0.84 | 0.12 | 0 | 0.46 | 188.28 | 0.73 | 0.31 |
| Hex | 16 | 7A | 8A | 54 | C | 0 | 2E | BC | 48 | 1F |
| Octal | 26 | 172 | 212 | 124 | 14 | 0 | 56 | 274 | 110 | 37 |
| Binary | 10110 | 1111010 | 10001010 | 1010100 | 1100 | 0 | 101110 | 10111100 | 1001000 | 11111 |
Color Harmonies of #167A8A
Complementary color
Monochromatic Colors of #167A8A
Black with #167A8A
Text Example
Text Example
White with #167A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167A8A; }
p { color: rgb(22,122,138); }
H1.HeaderClassName
{
color: #167A8A;
}
.AnyTagClassName
{
color: #167A8A;
}
</style>
background-color css
<style>
a { background-color: #167A8A; }
a { background-color: rgb(22,122,138); }
div.DivClassName
{
background-color: #167A8A;
}
.BgClassName
{
background-color: #167A8A;
}
</style>
border-color css
<style>
span { border-color: #167A8A; }
span { border-color: rgb(22,122,138); }
td.TdClassName
{
border-color: #167A8A;
}
.TagClassName
{
border-color: #167A8A;
}
</style>