Shades of Allports #17647F
Tints of Allports #17647F
RGB
CMYK
RGB Variations
Color information
#17647F (or 0x17647F) is known color: Allports. HEX triplet: 17, 64 and 7F. RGB value is (23,100,127). Sum of RGB (Red+Green+Blue) = 23+100+127=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #17647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17647F is #E89B80. Grayscale: #4F4F4F. Windows color (decimal): -15244161 or 8348695. OLE color: 8348695.
HSL color Cylindrical-coordinate representation of color #17647F: hue angle of 195.58º 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 #17647F is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 100 | 127 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.50 |
| HSL | 195.58º | 0.69% | 0.29% | - |
| HSV(B) | 195.58º | 0.82% | 0.5% | - |
| XYZ | 8.74 | 10.83 | 21.71 | - |
| YUV | 80.06 | 154.49 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 127 | 0.82 | 0.21 | 0 | 0.50 | 195.58 | 0.69 | 0.29 |
| Hex | 17 | 64 | 7F | 52 | 15 | 0 | 32 | C4 | 45 | 1D |
| Octal | 27 | 144 | 177 | 122 | 25 | 0 | 62 | 304 | 105 | 35 |
| Binary | 10111 | 1100100 | 1111111 | 1010010 | 10101 | 0 | 110010 | 11000100 | 1000101 | 11101 |
Color Harmonies of #17647F
Complementary color
Monochromatic Colors of #17647F
Black with #17647F
Text Example
Text Example
White with #17647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17647F; }
p { color: rgb(23,100,127); }
H1.HeaderClassName
{
color: #17647F;
}
.AnyTagClassName
{
color: #17647F;
}
</style>
background-color css
<style>
a { background-color: #17647F; }
a { background-color: rgb(23,100,127); }
div.DivClassName
{
background-color: #17647F;
}
.BgClassName
{
background-color: #17647F;
}
</style>
border-color css
<style>
span { border-color: #17647F; }
span { border-color: rgb(23,100,127); }
td.TdClassName
{
border-color: #17647F;
}
.TagClassName
{
border-color: #17647F;
}
</style>