Shades of Allports #20788F
Tints of Allports #20788F
RGB
CMYK
RGB Variations
Color information
#20788F (or 0x20788F) is known color: Allports. HEX triplet: 20, 78 and 8F. RGB value is (32,120,143). Sum of RGB (Red+Green+Blue) = 32+120+143=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #20788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20788F is #DF8770. Grayscale: #606060. Windows color (decimal): -14649201 or 9402400. OLE color: 9402400.
HSL color Cylindrical-coordinate representation of color #20788F: hue angle of 192.43º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20788F is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 120 | 143 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.44 |
| HSL | 192.43º | 0.63% | 0.34% | - |
| HSV(B) | 192.43º | 0.78% | 0.56% | - |
| XYZ | 12.27 | 15.72 | 28.37 | - |
| YUV | 96.31 | 154.35 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 143 | 0.78 | 0.16 | 0 | 0.44 | 192.43 | 0.63 | 0.34 |
| Hex | 20 | 78 | 8F | 4E | 10 | 0 | 2C | C0 | 3F | 22 |
| Octal | 40 | 170 | 217 | 116 | 20 | 0 | 54 | 300 | 77 | 42 |
| Binary | 100000 | 1111000 | 10001111 | 1001110 | 10000 | 0 | 101100 | 11000000 | 111111 | 100010 |
Color Harmonies of #20788F
Complementary color
Monochromatic Colors of #20788F
Black with #20788F
Text Example
Text Example
White with #20788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20788F; }
p { color: rgb(32,120,143); }
H1.HeaderClassName
{
color: #20788F;
}
.AnyTagClassName
{
color: #20788F;
}
</style>
background-color css
<style>
a { background-color: #20788F; }
a { background-color: rgb(32,120,143); }
div.DivClassName
{
background-color: #20788F;
}
.BgClassName
{
background-color: #20788F;
}
</style>
border-color css
<style>
span { border-color: #20788F; }
span { border-color: rgb(32,120,143); }
td.TdClassName
{
border-color: #20788F;
}
.TagClassName
{
border-color: #20788F;
}
</style>