Shades of Allports #17617F
Tints of Allports #17617F
RGB
CMYK
RGB Variations
Color information
#17617F (or 0x17617F) is known color: Allports. HEX triplet: 17, 61 and 7F. RGB value is (23,97,127). Sum of RGB (Red+Green+Blue) = 23+97+127=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #17617F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17617F is #E89E80. Grayscale: #4E4E4E. Windows color (decimal): -15244929 or 8347927. OLE color: 8347927.
HSL color Cylindrical-coordinate representation of color #17617F: hue angle of 197.31º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17617F is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 97 | 127 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.50 |
| HSL | 197.31º | 0.69% | 0.29% | - |
| HSV(B) | 197.31º | 0.82% | 0.5% | - |
| XYZ | 8.46 | 10.26 | 21.61 | - |
| YUV | 78.29 | 155.48 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 127 | 0.82 | 0.24 | 0 | 0.50 | 197.31 | 0.69 | 0.29 |
| Hex | 17 | 61 | 7F | 52 | 18 | 0 | 32 | C5 | 45 | 1D |
| Octal | 27 | 141 | 177 | 122 | 30 | 0 | 62 | 305 | 105 | 35 |
| Binary | 10111 | 1100001 | 1111111 | 1010010 | 11000 | 0 | 110010 | 11000101 | 1000101 | 11101 |
Color Harmonies of #17617F
Complementary color
Monochromatic Colors of #17617F
Black with #17617F
Text Example
Text Example
White with #17617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17617F; }
p { color: rgb(23,97,127); }
H1.HeaderClassName
{
color: #17617F;
}
.AnyTagClassName
{
color: #17617F;
}
</style>
background-color css
<style>
a { background-color: #17617F; }
a { background-color: rgb(23,97,127); }
div.DivClassName
{
background-color: #17617F;
}
.BgClassName
{
background-color: #17617F;
}
</style>
border-color css
<style>
span { border-color: #17617F; }
span { border-color: rgb(23,97,127); }
td.TdClassName
{
border-color: #17617F;
}
.TagClassName
{
border-color: #17617F;
}
</style>