Shades of Allports #16738B
Tints of Allports #16738B
RGB
CMYK
RGB Variations
Color information
#16738B (or 0x16738B) is known color: Allports. HEX triplet: 16, 73 and 8B. RGB value is (22,115,139). Sum of RGB (Red+Green+Blue) = 22+115+139=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #16738B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16738B is #E98C74. Grayscale: #595959. Windows color (decimal): -15305845 or 9138966. OLE color: 9138966.
HSL color Cylindrical-coordinate representation of color #16738B: hue angle of 192.31º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16738B is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 115 | 139 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.45 |
| HSL | 192.31º | 0.73% | 0.32% | - |
| HSV(B) | 192.31º | 0.84% | 0.55% | - |
| XYZ | 11.12 | 14.3 | 26.6 | - |
| YUV | 89.93 | 155.69 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 139 | 0.84 | 0.17 | 0 | 0.45 | 192.31 | 0.73 | 0.32 |
| Hex | 16 | 73 | 8B | 54 | 11 | 0 | 2D | C0 | 49 | 20 |
| Octal | 26 | 163 | 213 | 124 | 21 | 0 | 55 | 300 | 111 | 40 |
| Binary | 10110 | 1110011 | 10001011 | 1010100 | 10001 | 0 | 101101 | 11000000 | 1001001 | 100000 |
Color Harmonies of #16738B
Complementary color
Monochromatic Colors of #16738B
Black with #16738B
Text Example
Text Example
White with #16738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16738B; }
p { color: rgb(22,115,139); }
H1.HeaderClassName
{
color: #16738B;
}
.AnyTagClassName
{
color: #16738B;
}
</style>
background-color css
<style>
a { background-color: #16738B; }
a { background-color: rgb(22,115,139); }
div.DivClassName
{
background-color: #16738B;
}
.BgClassName
{
background-color: #16738B;
}
</style>
border-color css
<style>
span { border-color: #16738B; }
span { border-color: rgb(22,115,139); }
td.TdClassName
{
border-color: #16738B;
}
.TagClassName
{
border-color: #16738B;
}
</style>