Shades of Allports #17748E
Tints of Allports #17748E
RGB
CMYK
RGB Variations
Color information
#17748E (or 0x17748E) is known color: Allports. HEX triplet: 17, 74 and 8E. RGB value is (23,116,142). Sum of RGB (Red+Green+Blue) = 23+116+142=281 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.19% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #17748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17748E is #E88B71. Grayscale: #5A5A5A. Windows color (decimal): -15240050 or 9335831. OLE color: 9335831.
HSL color Cylindrical-coordinate representation of color #17748E: hue angle of 193.11º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17748E is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 116 | 142 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.44 |
| HSL | 193.11º | 0.72% | 0.32% | - |
| HSV(B) | 193.11º | 0.84% | 0.56% | - |
| XYZ | 11.48 | 14.63 | 27.81 | - |
| YUV | 91.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 116 | 142 | 0.84 | 0.18 | 0 | 0.44 | 193.11 | 0.72 | 0.32 |
| Hex | 17 | 74 | 8E | 54 | 12 | 0 | 2C | C1 | 48 | 20 |
| Octal | 27 | 164 | 216 | 124 | 22 | 0 | 54 | 301 | 110 | 40 |
| Binary | 10111 | 1110100 | 10001110 | 1010100 | 10010 | 0 | 101100 | 11000001 | 1001000 | 100000 |
Color Harmonies of #17748E
Complementary color
Monochromatic Colors of #17748E
Black with #17748E
Text Example
Text Example
White with #17748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17748E; }
p { color: rgb(23,116,142); }
H1.HeaderClassName
{
color: #17748E;
}
.AnyTagClassName
{
color: #17748E;
}
</style>
background-color css
<style>
a { background-color: #17748E; }
a { background-color: rgb(23,116,142); }
div.DivClassName
{
background-color: #17748E;
}
.BgClassName
{
background-color: #17748E;
}
</style>
border-color css
<style>
span { border-color: #17748E; }
span { border-color: rgb(23,116,142); }
td.TdClassName
{
border-color: #17748E;
}
.TagClassName
{
border-color: #17748E;
}
</style>