Shades of Allports #20788E
Tints of Allports #20788E
RGB
CMYK
RGB Variations
Color information
#20788E (or 0x20788E) is known color: Allports. HEX triplet: 20, 78 and 8E. RGB value is (32,120,142). Sum of RGB (Red+Green+Blue) = 32+120+142=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #20788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20788E is #DF8771. Grayscale: #606060. Windows color (decimal): -14649202 or 9336864. OLE color: 9336864.
HSL color Cylindrical-coordinate representation of color #20788E: hue angle of 192º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20788E is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 120 | 142 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.44 |
| HSL | 192º | 0.63% | 0.34% | - |
| HSV(B) | 192º | 0.77% | 0.56% | - |
| XYZ | 12.19 | 15.69 | 27.98 | - |
| YUV | 96.2 | 153.85 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 142 | 0.77 | 0.15 | 0 | 0.44 | 192 | 0.63 | 0.34 |
| Hex | 20 | 78 | 8E | 4D | F | 0 | 2C | C0 | 3F | 22 |
| Octal | 40 | 170 | 216 | 115 | 17 | 0 | 54 | 300 | 77 | 42 |
| Binary | 100000 | 1111000 | 10001110 | 1001101 | 1111 | 0 | 101100 | 11000000 | 111111 | 100010 |
Color Harmonies of #20788E
Complementary color
Monochromatic Colors of #20788E
Black with #20788E
Text Example
Text Example
White with #20788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20788E; }
p { color: rgb(32,120,142); }
H1.HeaderClassName
{
color: #20788E;
}
.AnyTagClassName
{
color: #20788E;
}
</style>
background-color css
<style>
a { background-color: #20788E; }
a { background-color: rgb(32,120,142); }
div.DivClassName
{
background-color: #20788E;
}
.BgClassName
{
background-color: #20788E;
}
</style>
border-color css
<style>
span { border-color: #20788E; }
span { border-color: rgb(32,120,142); }
td.TdClassName
{
border-color: #20788E;
}
.TagClassName
{
border-color: #20788E;
}
</style>