Shades of Allports #176075
Tints of Allports #176075
RGB
CMYK
RGB Variations
Color information
#176075 (or 0x176075) is known color: Allports. HEX triplet: 17, 60 and 75. RGB value is (23,96,117). Sum of RGB (Red+Green+Blue) = 23+96+117=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #176075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176075 is #E89F8A. Grayscale: #4C4C4C. Windows color (decimal): -15245195 or 7692311. OLE color: 7692311.
HSL color Cylindrical-coordinate representation of color #176075: hue angle of 193.4º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #176075 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 96 | 117 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.54 |
| HSL | 193.4º | 0.67% | 0.27% | - |
| HSV(B) | 193.4º | 0.8% | 0.46% | - |
| XYZ | 7.75 | 9.83 | 18.32 | - |
| YUV | 76.57 | 150.82 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 117 | 0.80 | 0.18 | 0 | 0.54 | 193.4 | 0.67 | 0.27 |
| Hex | 17 | 60 | 75 | 50 | 12 | 0 | 36 | C1 | 43 | 1B |
| Octal | 27 | 140 | 165 | 120 | 22 | 0 | 66 | 301 | 103 | 33 |
| Binary | 10111 | 1100000 | 1110101 | 1010000 | 10010 | 0 | 110110 | 11000001 | 1000011 | 11011 |
Color Harmonies of #176075
Complementary color
Monochromatic Colors of #176075
Black with #176075
Text Example
Text Example
White with #176075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176075; }
p { color: rgb(23,96,117); }
H1.HeaderClassName
{
color: #176075;
}
.AnyTagClassName
{
color: #176075;
}
</style>
background-color css
<style>
a { background-color: #176075; }
a { background-color: rgb(23,96,117); }
div.DivClassName
{
background-color: #176075;
}
.BgClassName
{
background-color: #176075;
}
</style>
border-color css
<style>
span { border-color: #176075; }
span { border-color: rgb(23,96,117); }
td.TdClassName
{
border-color: #176075;
}
.TagClassName
{
border-color: #176075;
}
</style>