Shades of Allports #17648C
Tints of Allports #17648C
RGB
CMYK
RGB Variations
Color information
#17648C (or 0x17648C) is known color: Allports. HEX triplet: 17, 64 and 8C. RGB value is (23,100,140). Sum of RGB (Red+Green+Blue) = 23+100+140=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #17648C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17648C is #E89B73. Grayscale: #515151. Windows color (decimal): -15244148 or 9200663. OLE color: 9200663.
HSL color Cylindrical-coordinate representation of color #17648C: hue angle of 200.51º degrees, saturation: 0.72, 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 #17648C is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 100 | 140 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.45 |
| HSL | 200.51º | 0.72% | 0.32% | - |
| HSV(B) | 200.51º | 0.84% | 0.55% | - |
| XYZ | 9.64 | 11.19 | 26.46 | - |
| YUV | 81.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 140 | 0.84 | 0.29 | 0 | 0.45 | 200.51 | 0.72 | 0.32 |
| Hex | 17 | 64 | 8C | 54 | 1D | 0 | 2D | C9 | 48 | 20 |
| Octal | 27 | 144 | 214 | 124 | 35 | 0 | 55 | 311 | 110 | 40 |
| Binary | 10111 | 1100100 | 10001100 | 1010100 | 11101 | 0 | 101101 | 11001001 | 1001000 | 100000 |
Color Harmonies of #17648C
Complementary color
Monochromatic Colors of #17648C
Black with #17648C
Text Example
Text Example
White with #17648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17648C; }
p { color: rgb(23,100,140); }
H1.HeaderClassName
{
color: #17648C;
}
.AnyTagClassName
{
color: #17648C;
}
</style>
background-color css
<style>
a { background-color: #17648C; }
a { background-color: rgb(23,100,140); }
div.DivClassName
{
background-color: #17648C;
}
.BgClassName
{
background-color: #17648C;
}
</style>
border-color css
<style>
span { border-color: #17648C; }
span { border-color: rgb(23,100,140); }
td.TdClassName
{
border-color: #17648C;
}
.TagClassName
{
border-color: #17648C;
}
</style>