Shades of Allports #176580
Tints of Allports #176580
RGB
CMYK
RGB Variations
Color information
#176580 (or 0x176580) is known color: Allports. HEX triplet: 17, 65 and 80. RGB value is (23,101,128). Sum of RGB (Red+Green+Blue) = 23+101+128=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #176580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176580 is #E89A7F. Grayscale: #505050. Windows color (decimal): -15243904 or 8414487. OLE color: 8414487.
HSL color Cylindrical-coordinate representation of color #176580: hue angle of 195.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #176580 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 101 | 128 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.50 |
| HSL | 195.43º | 0.7% | 0.3% | - |
| HSV(B) | 195.43º | 0.82% | 0.5% | - |
| XYZ | 8.9 | 11.05 | 22.09 | - |
| YUV | 80.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 128 | 0.82 | 0.21 | 0 | 0.50 | 195.43 | 0.7 | 0.3 |
| Hex | 17 | 65 | 80 | 52 | 15 | 0 | 32 | C3 | 46 | 1E |
| Octal | 27 | 145 | 200 | 122 | 25 | 0 | 62 | 303 | 106 | 36 |
| Binary | 10111 | 1100101 | 10000000 | 1010010 | 10101 | 0 | 110010 | 11000011 | 1000110 | 11110 |
Color Harmonies of #176580
Complementary color
Monochromatic Colors of #176580
Black with #176580
Text Example
Text Example
White with #176580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176580; }
p { color: rgb(23,101,128); }
H1.HeaderClassName
{
color: #176580;
}
.AnyTagClassName
{
color: #176580;
}
</style>
background-color css
<style>
a { background-color: #176580; }
a { background-color: rgb(23,101,128); }
div.DivClassName
{
background-color: #176580;
}
.BgClassName
{
background-color: #176580;
}
</style>
border-color css
<style>
span { border-color: #176580; }
span { border-color: rgb(23,101,128); }
td.TdClassName
{
border-color: #176580;
}
.TagClassName
{
border-color: #176580;
}
</style>