Shades of Allports #17748F
Tints of Allports #17748F
RGB
CMYK
RGB Variations
Color information
#17748F (or 0x17748F) is known color: Allports. HEX triplet: 17, 74 and 8F. RGB value is (23,116,143). Sum of RGB (Red+Green+Blue) = 23+116+143=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #17748F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17748F is #E88B70. Grayscale: #5B5B5B. Windows color (decimal): -15240049 or 9401367. OLE color: 9401367.
HSL color Cylindrical-coordinate representation of color #17748F: hue angle of 193.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17748F is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 116 | 143 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.44 |
| HSL | 193.5º | 0.72% | 0.33% | - |
| HSV(B) | 193.5º | 0.84% | 0.56% | - |
| XYZ | 11.56 | 14.66 | 28.21 | - |
| YUV | 91.27 | 157.19 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 116 | 143 | 0.84 | 0.19 | 0 | 0.44 | 193.5 | 0.72 | 0.33 |
| Hex | 17 | 74 | 8F | 54 | 13 | 0 | 2C | C2 | 48 | 21 |
| Octal | 27 | 164 | 217 | 124 | 23 | 0 | 54 | 302 | 110 | 41 |
| Binary | 10111 | 1110100 | 10001111 | 1010100 | 10011 | 0 | 101100 | 11000010 | 1001000 | 100001 |
Color Harmonies of #17748F
Complementary color
Monochromatic Colors of #17748F
Black with #17748F
Text Example
Text Example
White with #17748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17748F; }
p { color: rgb(23,116,143); }
H1.HeaderClassName
{
color: #17748F;
}
.AnyTagClassName
{
color: #17748F;
}
</style>
background-color css
<style>
a { background-color: #17748F; }
a { background-color: rgb(23,116,143); }
div.DivClassName
{
background-color: #17748F;
}
.BgClassName
{
background-color: #17748F;
}
</style>
border-color css
<style>
span { border-color: #17748F; }
span { border-color: rgb(23,116,143); }
td.TdClassName
{
border-color: #17748F;
}
.TagClassName
{
border-color: #17748F;
}
</style>