Shades of Allports #16698A
Tints of Allports #16698A
RGB
CMYK
RGB Variations
Color information
#16698A (or 0x16698A) is known color: Allports. HEX triplet: 16, 69 and 8A. RGB value is (22,105,138). Sum of RGB (Red+Green+Blue) = 22+105+138=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #16698A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16698A is #E99675. Grayscale: #535353. Windows color (decimal): -15308406 or 9070870. OLE color: 9070870.
HSL color Cylindrical-coordinate representation of color #16698A: hue angle of 197.07º 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 #16698A is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 105 | 138 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.46 |
| HSL | 197.07º | 0.73% | 0.31% | - |
| HSV(B) | 197.07º | 0.84% | 0.54% | - |
| XYZ | 9.97 | 12.11 | 25.86 | - |
| YUV | 83.95 | 158.5 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 138 | 0.84 | 0.24 | 0 | 0.46 | 197.07 | 0.73 | 0.31 |
| Hex | 16 | 69 | 8A | 54 | 18 | 0 | 2E | C5 | 48 | 1F |
| Octal | 26 | 151 | 212 | 124 | 30 | 0 | 56 | 305 | 110 | 37 |
| Binary | 10110 | 1101001 | 10001010 | 1010100 | 11000 | 0 | 101110 | 11000101 | 1001000 | 11111 |
Color Harmonies of #16698A
Complementary color
Monochromatic Colors of #16698A
Black with #16698A
Text Example
Text Example
White with #16698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16698A; }
p { color: rgb(22,105,138); }
H1.HeaderClassName
{
color: #16698A;
}
.AnyTagClassName
{
color: #16698A;
}
</style>
background-color css
<style>
a { background-color: #16698A; }
a { background-color: rgb(22,105,138); }
div.DivClassName
{
background-color: #16698A;
}
.BgClassName
{
background-color: #16698A;
}
</style>
border-color css
<style>
span { border-color: #16698A; }
span { border-color: rgb(22,105,138); }
td.TdClassName
{
border-color: #16698A;
}
.TagClassName
{
border-color: #16698A;
}
</style>