Shades of Allports #16698D
Tints of Allports #16698D
RGB
CMYK
RGB Variations
Color information
#16698D (or 0x16698D) is known color: Allports. HEX triplet: 16, 69 and 8D. RGB value is (22,105,141). Sum of RGB (Red+Green+Blue) = 22+105+141=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #16698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16698D is #E99672. Grayscale: #545454. Windows color (decimal): -15308403 or 9267478. OLE color: 9267478.
HSL color Cylindrical-coordinate representation of color #16698D: hue angle of 198.15º 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 #16698D is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 105 | 141 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.45 |
| HSL | 198.15º | 0.73% | 0.32% | - |
| HSV(B) | 198.15º | 0.84% | 0.55% | - |
| XYZ | 10.19 | 12.2 | 27.02 | - |
| YUV | 84.29 | 160 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 141 | 0.84 | 0.26 | 0 | 0.45 | 198.15 | 0.73 | 0.32 |
| Hex | 16 | 69 | 8D | 54 | 1A | 0 | 2D | C6 | 49 | 20 |
| Octal | 26 | 151 | 215 | 124 | 32 | 0 | 55 | 306 | 111 | 40 |
| Binary | 10110 | 1101001 | 10001101 | 1010100 | 11010 | 0 | 101101 | 11000110 | 1001001 | 100000 |
Color Harmonies of #16698D
Complementary color
Monochromatic Colors of #16698D
Black with #16698D
Text Example
Text Example
White with #16698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16698D; }
p { color: rgb(22,105,141); }
H1.HeaderClassName
{
color: #16698D;
}
.AnyTagClassName
{
color: #16698D;
}
</style>
background-color css
<style>
a { background-color: #16698D; }
a { background-color: rgb(22,105,141); }
div.DivClassName
{
background-color: #16698D;
}
.BgClassName
{
background-color: #16698D;
}
</style>
border-color css
<style>
span { border-color: #16698D; }
span { border-color: rgb(22,105,141); }
td.TdClassName
{
border-color: #16698D;
}
.TagClassName
{
border-color: #16698D;
}
</style>