Shades of Allports #17698A
Tints of Allports #17698A
RGB
CMYK
RGB Variations
Color information
#17698A (or 0x17698A) is known color: Allports. HEX triplet: 17, 69 and 8A. RGB value is (23,105,138). Sum of RGB (Red+Green+Blue) = 23+105+138=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #17698A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17698A is #E89675. Grayscale: #545454. Windows color (decimal): -15242870 or 9070871. OLE color: 9070871.
HSL color Cylindrical-coordinate representation of color #17698A: hue angle of 197.22º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17698A is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 105 | 138 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.46 |
| HSL | 197.22º | 0.71% | 0.32% | - |
| HSV(B) | 197.22º | 0.83% | 0.54% | - |
| XYZ | 9.99 | 12.12 | 25.86 | - |
| YUV | 84.24 | 158.33 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 138 | 0.83 | 0.24 | 0 | 0.46 | 197.22 | 0.71 | 0.32 |
| Hex | 17 | 69 | 8A | 53 | 18 | 0 | 2E | C5 | 47 | 20 |
| Octal | 27 | 151 | 212 | 123 | 30 | 0 | 56 | 305 | 107 | 40 |
| Binary | 10111 | 1101001 | 10001010 | 1010011 | 11000 | 0 | 101110 | 11000101 | 1000111 | 100000 |
Color Harmonies of #17698A
Complementary color
Monochromatic Colors of #17698A
Black with #17698A
Text Example
Text Example
White with #17698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17698A; }
p { color: rgb(23,105,138); }
H1.HeaderClassName
{
color: #17698A;
}
.AnyTagClassName
{
color: #17698A;
}
</style>
background-color css
<style>
a { background-color: #17698A; }
a { background-color: rgb(23,105,138); }
div.DivClassName
{
background-color: #17698A;
}
.BgClassName
{
background-color: #17698A;
}
</style>
border-color css
<style>
span { border-color: #17698A; }
span { border-color: rgb(23,105,138); }
td.TdClassName
{
border-color: #17698A;
}
.TagClassName
{
border-color: #17698A;
}
</style>