Shades of Allports #20718A
Tints of Allports #20718A
RGB
CMYK
RGB Variations
Color information
#20718A (or 0x20718A) is known color: Allports. HEX triplet: 20, 71 and 8A. RGB value is (32,113,138). Sum of RGB (Red+Green+Blue) = 32+113+138=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #20718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20718A is #DF8E75. Grayscale: #5B5B5B. Windows color (decimal): -14650998 or 9072928. OLE color: 9072928.
HSL color Cylindrical-coordinate representation of color #20718A: hue angle of 194.15º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20718A is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 113 | 138 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.46 |
| HSL | 194.15º | 0.62% | 0.33% | - |
| HSV(B) | 194.15º | 0.77% | 0.54% | - |
| XYZ | 11.09 | 13.95 | 26.15 | - |
| YUV | 91.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 138 | 0.77 | 0.18 | 0 | 0.46 | 194.15 | 0.62 | 0.33 |
| Hex | 20 | 71 | 8A | 4D | 12 | 0 | 2E | C2 | 3E | 21 |
| Octal | 40 | 161 | 212 | 115 | 22 | 0 | 56 | 302 | 76 | 41 |
| Binary | 100000 | 1110001 | 10001010 | 1001101 | 10010 | 0 | 101110 | 11000010 | 111110 | 100001 |
Color Harmonies of #20718A
Complementary color
Monochromatic Colors of #20718A
Black with #20718A
Text Example
Text Example
White with #20718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20718A; }
p { color: rgb(32,113,138); }
H1.HeaderClassName
{
color: #20718A;
}
.AnyTagClassName
{
color: #20718A;
}
</style>
background-color css
<style>
a { background-color: #20718A; }
a { background-color: rgb(32,113,138); }
div.DivClassName
{
background-color: #20718A;
}
.BgClassName
{
background-color: #20718A;
}
</style>
border-color css
<style>
span { border-color: #20718A; }
span { border-color: rgb(32,113,138); }
td.TdClassName
{
border-color: #20718A;
}
.TagClassName
{
border-color: #20718A;
}
</style>