Shades of Allports #17748A
Tints of Allports #17748A
RGB
CMYK
RGB Variations
Color information
#17748A (or 0x17748A) is known color: Allports. HEX triplet: 17, 74 and 8A. RGB value is (23,116,138). Sum of RGB (Red+Green+Blue) = 23+116+138=277 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.30% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #17748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17748A is #E88B75. Grayscale: #5A5A5A. Windows color (decimal): -15240054 or 9073687. OLE color: 9073687.
HSL color Cylindrical-coordinate representation of color #17748A: hue angle of 191.48º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17748A is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 116 | 138 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.46 |
| HSL | 191.48º | 0.71% | 0.32% | - |
| HSV(B) | 191.48º | 0.83% | 0.54% | - |
| XYZ | 11.19 | 14.51 | 26.26 | - |
| YUV | 90.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 116 | 138 | 0.83 | 0.16 | 0 | 0.46 | 191.48 | 0.71 | 0.32 |
| Hex | 17 | 74 | 8A | 53 | 10 | 0 | 2E | BF | 47 | 20 |
| Octal | 27 | 164 | 212 | 123 | 20 | 0 | 56 | 277 | 107 | 40 |
| Binary | 10111 | 1110100 | 10001010 | 1010011 | 10000 | 0 | 101110 | 10111111 | 1000111 | 100000 |
Color Harmonies of #17748A
Complementary color
Monochromatic Colors of #17748A
Black with #17748A
Text Example
Text Example
White with #17748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17748A; }
p { color: rgb(23,116,138); }
H1.HeaderClassName
{
color: #17748A;
}
.AnyTagClassName
{
color: #17748A;
}
</style>
background-color css
<style>
a { background-color: #17748A; }
a { background-color: rgb(23,116,138); }
div.DivClassName
{
background-color: #17748A;
}
.BgClassName
{
background-color: #17748A;
}
</style>
border-color css
<style>
span { border-color: #17748A; }
span { border-color: rgb(23,116,138); }
td.TdClassName
{
border-color: #17748A;
}
.TagClassName
{
border-color: #17748A;
}
</style>