Shades of Allports #17627F
Tints of Allports #17627F
RGB
CMYK
RGB Variations
Color information
#17627F (or 0x17627F) is known color: Allports. HEX triplet: 17, 62 and 7F. RGB value is (23,98,127). Sum of RGB (Red+Green+Blue) = 23+98+127=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #17627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17627F is #E89D80. Grayscale: #4E4E4E. Windows color (decimal): -15244673 or 8348183. OLE color: 8348183.
HSL color Cylindrical-coordinate representation of color #17627F: hue angle of 196.73º 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 #17627F is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 98 | 127 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.50 |
| HSL | 196.73º | 0.69% | 0.29% | - |
| HSV(B) | 196.73º | 0.82% | 0.5% | - |
| XYZ | 8.55 | 10.45 | 21.64 | - |
| YUV | 78.88 | 155.15 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 98 | 127 | 0.82 | 0.23 | 0 | 0.50 | 196.73 | 0.69 | 0.29 |
| Hex | 17 | 62 | 7F | 52 | 17 | 0 | 32 | C5 | 45 | 1D |
| Octal | 27 | 142 | 177 | 122 | 27 | 0 | 62 | 305 | 105 | 35 |
| Binary | 10111 | 1100010 | 1111111 | 1010010 | 10111 | 0 | 110010 | 11000101 | 1000101 | 11101 |
Color Harmonies of #17627F
Complementary color
Monochromatic Colors of #17627F
Black with #17627F
Text Example
Text Example
White with #17627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17627F; }
p { color: rgb(23,98,127); }
H1.HeaderClassName
{
color: #17627F;
}
.AnyTagClassName
{
color: #17627F;
}
</style>
background-color css
<style>
a { background-color: #17627F; }
a { background-color: rgb(23,98,127); }
div.DivClassName
{
background-color: #17627F;
}
.BgClassName
{
background-color: #17627F;
}
</style>
border-color css
<style>
span { border-color: #17627F; }
span { border-color: rgb(23,98,127); }
td.TdClassName
{
border-color: #17627F;
}
.TagClassName
{
border-color: #17627F;
}
</style>