Shades of Allports #175F76
Tints of Allports #175F76
RGB
CMYK
RGB Variations
Color information
#175F76 (or 0x175F76) is known color: Allports. HEX triplet: 17, 5F and 76. RGB value is (23,95,118). Sum of RGB (Red+Green+Blue) = 23+95+118=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #175F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F76 is #E8A089. Grayscale: #4B4B4B. Windows color (decimal): -15245450 or 7757591. OLE color: 7757591.
HSL color Cylindrical-coordinate representation of color #175F76: hue angle of 194.53º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175F76 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 95 | 118 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.54 |
| HSL | 194.53º | 0.67% | 0.28% | - |
| HSV(B) | 194.53º | 0.81% | 0.46% | - |
| XYZ | 7.72 | 9.67 | 18.6 | - |
| YUV | 76.09 | 151.65 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 118 | 0.81 | 0.19 | 0 | 0.54 | 194.53 | 0.67 | 0.28 |
| Hex | 17 | 5F | 76 | 51 | 13 | 0 | 36 | C3 | 43 | 1C |
| Octal | 27 | 137 | 166 | 121 | 23 | 0 | 66 | 303 | 103 | 34 |
| Binary | 10111 | 1011111 | 1110110 | 1010001 | 10011 | 0 | 110110 | 11000011 | 1000011 | 11100 |
Color Harmonies of #175F76
Complementary color
Monochromatic Colors of #175F76
Black with #175F76
Text Example
Text Example
White with #175F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F76; }
p { color: rgb(23,95,118); }
H1.HeaderClassName
{
color: #175F76;
}
.AnyTagClassName
{
color: #175F76;
}
</style>
background-color css
<style>
a { background-color: #175F76; }
a { background-color: rgb(23,95,118); }
div.DivClassName
{
background-color: #175F76;
}
.BgClassName
{
background-color: #175F76;
}
</style>
border-color css
<style>
span { border-color: #175F76; }
span { border-color: rgb(23,95,118); }
td.TdClassName
{
border-color: #175F76;
}
.TagClassName
{
border-color: #175F76;
}
</style>