Shades of Allports #16698E
Tints of Allports #16698E
RGB
CMYK
RGB Variations
Color information
#16698E (or 0x16698E) is known color: Allports. HEX triplet: 16, 69 and 8E. RGB value is (22,105,142). Sum of RGB (Red+Green+Blue) = 22+105+142=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #16698E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16698E is #E99671. Grayscale: #545454. Windows color (decimal): -15308402 or 9333014. OLE color: 9333014.
HSL color Cylindrical-coordinate representation of color #16698E: hue angle of 198.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16698E is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 105 | 142 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.44 |
| HSL | 198.5º | 0.73% | 0.32% | - |
| HSV(B) | 198.5º | 0.85% | 0.56% | - |
| XYZ | 10.26 | 12.23 | 27.41 | - |
| YUV | 84.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 142 | 0.85 | 0.26 | 0 | 0.44 | 198.5 | 0.73 | 0.32 |
| Hex | 16 | 69 | 8E | 55 | 1A | 0 | 2C | C6 | 49 | 20 |
| Octal | 26 | 151 | 216 | 125 | 32 | 0 | 54 | 306 | 111 | 40 |
| Binary | 10110 | 1101001 | 10001110 | 1010101 | 11010 | 0 | 101100 | 11000110 | 1001001 | 100000 |
Color Harmonies of #16698E
Complementary color
Monochromatic Colors of #16698E
Black with #16698E
Text Example
Text Example
White with #16698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16698E; }
p { color: rgb(22,105,142); }
H1.HeaderClassName
{
color: #16698E;
}
.AnyTagClassName
{
color: #16698E;
}
</style>
background-color css
<style>
a { background-color: #16698E; }
a { background-color: rgb(22,105,142); }
div.DivClassName
{
background-color: #16698E;
}
.BgClassName
{
background-color: #16698E;
}
</style>
border-color css
<style>
span { border-color: #16698E; }
span { border-color: rgb(22,105,142); }
td.TdClassName
{
border-color: #16698E;
}
.TagClassName
{
border-color: #16698E;
}
</style>