Shades of Allports #20707C
Tints of Allports #20707C
RGB
CMYK
RGB Variations
Color information
#20707C (or 0x20707C) is known color: Allports. HEX triplet: 20, 70 and 7C. RGB value is (32,112,124). Sum of RGB (Red+Green+Blue) = 32+112+124=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #20707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20707C is #DF8F83. Grayscale: #595959. Windows color (decimal): -14651268 or 8155168. OLE color: 8155168.
HSL color Cylindrical-coordinate representation of color #20707C: hue angle of 187.83º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20707C is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 112 | 124 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.51 |
| HSL | 187.83º | 0.59% | 0.31% | - |
| HSV(B) | 187.83º | 0.74% | 0.49% | - |
| XYZ | 10.03 | 13.35 | 21.12 | - |
| YUV | 89.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 124 | 0.74 | 0.10 | 0 | 0.51 | 187.83 | 0.59 | 0.31 |
| Hex | 20 | 70 | 7C | 4A | A | 0 | 33 | BC | 3B | 1F |
| Octal | 40 | 160 | 174 | 112 | 12 | 0 | 63 | 274 | 73 | 37 |
| Binary | 100000 | 1110000 | 1111100 | 1001010 | 1010 | 0 | 110011 | 10111100 | 111011 | 11111 |
Color Harmonies of #20707C
Complementary color
Monochromatic Colors of #20707C
Black with #20707C
Text Example
Text Example
White with #20707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20707C; }
p { color: rgb(32,112,124); }
H1.HeaderClassName
{
color: #20707C;
}
.AnyTagClassName
{
color: #20707C;
}
</style>
background-color css
<style>
a { background-color: #20707C; }
a { background-color: rgb(32,112,124); }
div.DivClassName
{
background-color: #20707C;
}
.BgClassName
{
background-color: #20707C;
}
</style>
border-color css
<style>
span { border-color: #20707C; }
span { border-color: rgb(32,112,124); }
td.TdClassName
{
border-color: #20707C;
}
.TagClassName
{
border-color: #20707C;
}
</style>