Shades of Allports #175F73
Tints of Allports #175F73
RGB
CMYK
RGB Variations
Color information
#175F73 (or 0x175F73) is known color: Allports. HEX triplet: 17, 5F and 73. RGB value is (23,95,115). Sum of RGB (Red+Green+Blue) = 23+95+115=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #175F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F73 is #E8A08C. Grayscale: #4B4B4B. Windows color (decimal): -15245453 or 7560983. OLE color: 7560983.
HSL color Cylindrical-coordinate representation of color #175F73: hue angle of 193.04º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175F73 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 95 | 115 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.55 |
| HSL | 193.04º | 0.67% | 0.27% | - |
| HSV(B) | 193.04º | 0.8% | 0.45% | - |
| XYZ | 7.54 | 9.6 | 17.68 | - |
| YUV | 75.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 115 | 0.80 | 0.17 | 0 | 0.55 | 193.04 | 0.67 | 0.27 |
| Hex | 17 | 5F | 73 | 50 | 11 | 0 | 37 | C1 | 43 | 1B |
| Octal | 27 | 137 | 163 | 120 | 21 | 0 | 67 | 301 | 103 | 33 |
| Binary | 10111 | 1011111 | 1110011 | 1010000 | 10001 | 0 | 110111 | 11000001 | 1000011 | 11011 |
Color Harmonies of #175F73
Complementary color
Monochromatic Colors of #175F73
Black with #175F73
Text Example
Text Example
White with #175F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F73; }
p { color: rgb(23,95,115); }
H1.HeaderClassName
{
color: #175F73;
}
.AnyTagClassName
{
color: #175F73;
}
</style>
background-color css
<style>
a { background-color: #175F73; }
a { background-color: rgb(23,95,115); }
div.DivClassName
{
background-color: #175F73;
}
.BgClassName
{
background-color: #175F73;
}
</style>
border-color css
<style>
span { border-color: #175F73; }
span { border-color: rgb(23,95,115); }
td.TdClassName
{
border-color: #175F73;
}
.TagClassName
{
border-color: #175F73;
}
</style>