Shades of Allports #16687A
Tints of Allports #16687A
RGB
CMYK
RGB Variations
Color information
#16687A (or 0x16687A) is known color: Allports. HEX triplet: 16, 68 and 7A. RGB value is (22,104,122). Sum of RGB (Red+Green+Blue) = 22+104+122=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #16687A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16687A is #E99785. Grayscale: #515151. Windows color (decimal): -15308678 or 8022038. OLE color: 8022038.
HSL color Cylindrical-coordinate representation of color #16687A: hue angle of 190.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16687A is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 104 | 122 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.52 |
| HSL | 190.8º | 0.69% | 0.28% | - |
| HSV(B) | 190.8º | 0.82% | 0.48% | - |
| XYZ | 8.79 | 11.48 | 20.16 | - |
| YUV | 81.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 122 | 0.82 | 0.15 | 0 | 0.52 | 190.8 | 0.69 | 0.28 |
| Hex | 16 | 68 | 7A | 52 | F | 0 | 34 | BF | 45 | 1C |
| Octal | 26 | 150 | 172 | 122 | 17 | 0 | 64 | 277 | 105 | 34 |
| Binary | 10110 | 1101000 | 1111010 | 1010010 | 1111 | 0 | 110100 | 10111111 | 1000101 | 11100 |
Color Harmonies of #16687A
Complementary color
Monochromatic Colors of #16687A
Black with #16687A
Text Example
Text Example
White with #16687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16687A; }
p { color: rgb(22,104,122); }
H1.HeaderClassName
{
color: #16687A;
}
.AnyTagClassName
{
color: #16687A;
}
</style>
background-color css
<style>
a { background-color: #16687A; }
a { background-color: rgb(22,104,122); }
div.DivClassName
{
background-color: #16687A;
}
.BgClassName
{
background-color: #16687A;
}
</style>
border-color css
<style>
span { border-color: #16687A; }
span { border-color: rgb(22,104,122); }
td.TdClassName
{
border-color: #16687A;
}
.TagClassName
{
border-color: #16687A;
}
</style>