Shades of Allports #16737C
Tints of Allports #16737C
RGB
CMYK
RGB Variations
Color information
#16737C (or 0x16737C) is known color: Allports. HEX triplet: 16, 73 and 7C. RGB value is (22,115,124). Sum of RGB (Red+Green+Blue) = 22+115+124=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #16737C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16737C is #E98C83. Grayscale: #585858. Windows color (decimal): -15305860 or 8155926. OLE color: 8155926.
HSL color Cylindrical-coordinate representation of color #16737C: hue angle of 185.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16737C is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 115 | 124 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.51 |
| HSL | 185.29º | 0.7% | 0.29% | - |
| HSV(B) | 185.29º | 0.82% | 0.49% | - |
| XYZ | 10.1 | 13.89 | 21.22 | - |
| YUV | 88.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 124 | 0.82 | 0.07 | 0 | 0.51 | 185.29 | 0.7 | 0.29 |
| Hex | 16 | 73 | 7C | 52 | 7 | 0 | 33 | B9 | 46 | 1D |
| Octal | 26 | 163 | 174 | 122 | 7 | 0 | 63 | 271 | 106 | 35 |
| Binary | 10110 | 1110011 | 1111100 | 1010010 | 111 | 0 | 110011 | 10111001 | 1000110 | 11101 |
Color Harmonies of #16737C
Complementary color
Monochromatic Colors of #16737C
Black with #16737C
Text Example
Text Example
White with #16737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16737C; }
p { color: rgb(22,115,124); }
H1.HeaderClassName
{
color: #16737C;
}
.AnyTagClassName
{
color: #16737C;
}
</style>
background-color css
<style>
a { background-color: #16737C; }
a { background-color: rgb(22,115,124); }
div.DivClassName
{
background-color: #16737C;
}
.BgClassName
{
background-color: #16737C;
}
</style>
border-color css
<style>
span { border-color: #16737C; }
span { border-color: rgb(22,115,124); }
td.TdClassName
{
border-color: #16737C;
}
.TagClassName
{
border-color: #16737C;
}
</style>