Shades of Allports #20708F
Tints of Allports #20708F
RGB
CMYK
RGB Variations
Color information
#20708F (or 0x20708F) is known color: Allports. HEX triplet: 20, 70 and 8F. RGB value is (32,112,143). Sum of RGB (Red+Green+Blue) = 32+112+143=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #20708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20708F is #DF8F70. Grayscale: #5B5B5B. Windows color (decimal): -14651249 or 9400352. OLE color: 9400352.
HSL color Cylindrical-coordinate representation of color #20708F: hue angle of 196.76º 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 #20708F is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 112 | 143 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.44 |
| HSL | 196.76º | 0.63% | 0.34% | - |
| HSV(B) | 196.76º | 0.78% | 0.56% | - |
| XYZ | 11.35 | 13.88 | 28.07 | - |
| YUV | 91.61 | 157 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 143 | 0.78 | 0.22 | 0 | 0.44 | 196.76 | 0.63 | 0.34 |
| Hex | 20 | 70 | 8F | 4E | 16 | 0 | 2C | C5 | 3F | 22 |
| Octal | 40 | 160 | 217 | 116 | 26 | 0 | 54 | 305 | 77 | 42 |
| Binary | 100000 | 1110000 | 10001111 | 1001110 | 10110 | 0 | 101100 | 11000101 | 111111 | 100010 |
Color Harmonies of #20708F
Complementary color
Monochromatic Colors of #20708F
Black with #20708F
Text Example
Text Example
White with #20708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20708F; }
p { color: rgb(32,112,143); }
H1.HeaderClassName
{
color: #20708F;
}
.AnyTagClassName
{
color: #20708F;
}
</style>
background-color css
<style>
a { background-color: #20708F; }
a { background-color: rgb(32,112,143); }
div.DivClassName
{
background-color: #20708F;
}
.BgClassName
{
background-color: #20708F;
}
</style>
border-color css
<style>
span { border-color: #20708F; }
span { border-color: rgb(32,112,143); }
td.TdClassName
{
border-color: #20708F;
}
.TagClassName
{
border-color: #20708F;
}
</style>