Shades of Allports #207180
Tints of Allports #207180
RGB
CMYK
RGB Variations
Color information
#207180 (or 0x207180) is known color: Allports. HEX triplet: 20, 71 and 80. RGB value is (32,113,128). Sum of RGB (Red+Green+Blue) = 32+113+128=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #207180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207180 is #DF8E7F. Grayscale: #5A5A5A. Windows color (decimal): -14651008 or 8417568. OLE color: 8417568.
HSL color Cylindrical-coordinate representation of color #207180: hue angle of 189.38º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207180 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 113 | 128 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.50 |
| HSL | 189.38º | 0.6% | 0.31% | - |
| HSV(B) | 189.38º | 0.75% | 0.5% | - |
| XYZ | 10.4 | 13.68 | 22.51 | - |
| YUV | 90.49 | 149.16 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 128 | 0.75 | 0.12 | 0 | 0.50 | 189.38 | 0.6 | 0.31 |
| Hex | 20 | 71 | 80 | 4B | C | 0 | 32 | BD | 3C | 1F |
| Octal | 40 | 161 | 200 | 113 | 14 | 0 | 62 | 275 | 74 | 37 |
| Binary | 100000 | 1110001 | 10000000 | 1001011 | 1100 | 0 | 110010 | 10111101 | 111100 | 11111 |
Color Harmonies of #207180
Complementary color
Monochromatic Colors of #207180
Black with #207180
Text Example
Text Example
White with #207180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207180; }
p { color: rgb(32,113,128); }
H1.HeaderClassName
{
color: #207180;
}
.AnyTagClassName
{
color: #207180;
}
</style>
background-color css
<style>
a { background-color: #207180; }
a { background-color: rgb(32,113,128); }
div.DivClassName
{
background-color: #207180;
}
.BgClassName
{
background-color: #207180;
}
</style>
border-color css
<style>
span { border-color: #207180; }
span { border-color: rgb(32,113,128); }
td.TdClassName
{
border-color: #207180;
}
.TagClassName
{
border-color: #207180;
}
</style>