Shades of Allports #16737E
Tints of Allports #16737E
RGB
CMYK
RGB Variations
Color information
#16737E (or 0x16737E) is known color: Allports. HEX triplet: 16, 73 and 7E. RGB value is (22,115,126). Sum of RGB (Red+Green+Blue) = 22+115+126=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #16737E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16737E is #E98C81. Grayscale: #585858. Windows color (decimal): -15305858 or 8286998. OLE color: 8286998.
HSL color Cylindrical-coordinate representation of color #16737E: hue angle of 186.35º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16737E is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 115 | 126 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.51 |
| HSL | 186.35º | 0.7% | 0.29% | - |
| HSV(B) | 186.35º | 0.83% | 0.49% | - |
| XYZ | 10.23 | 13.94 | 21.89 | - |
| YUV | 88.45 | 149.19 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 126 | 0.83 | 0.09 | 0 | 0.51 | 186.35 | 0.7 | 0.29 |
| Hex | 16 | 73 | 7E | 53 | 9 | 0 | 33 | BA | 46 | 1D |
| Octal | 26 | 163 | 176 | 123 | 11 | 0 | 63 | 272 | 106 | 35 |
| Binary | 10110 | 1110011 | 1111110 | 1010011 | 1001 | 0 | 110011 | 10111010 | 1000110 | 11101 |
Color Harmonies of #16737E
Complementary color
Monochromatic Colors of #16737E
Black with #16737E
Text Example
Text Example
White with #16737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16737E; }
p { color: rgb(22,115,126); }
H1.HeaderClassName
{
color: #16737E;
}
.AnyTagClassName
{
color: #16737E;
}
</style>
background-color css
<style>
a { background-color: #16737E; }
a { background-color: rgb(22,115,126); }
div.DivClassName
{
background-color: #16737E;
}
.BgClassName
{
background-color: #16737E;
}
</style>
border-color css
<style>
span { border-color: #16737E; }
span { border-color: rgb(22,115,126); }
td.TdClassName
{
border-color: #16737E;
}
.TagClassName
{
border-color: #16737E;
}
</style>