Shades of Allports #20778E
Tints of Allports #20778E
RGB
CMYK
RGB Variations
Color information
#20778E (or 0x20778E) is known color: Allports. HEX triplet: 20, 77 and 8E. RGB value is (32,119,142). Sum of RGB (Red+Green+Blue) = 32+119+142=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #20778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20778E is #DF8871. Grayscale: #5F5F5F. Windows color (decimal): -14649458 or 9336608. OLE color: 9336608.
HSL color Cylindrical-coordinate representation of color #20778E: hue angle of 192.55º 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 #20778E is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 119 | 142 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.44 |
| HSL | 192.55º | 0.63% | 0.34% | - |
| HSV(B) | 192.55º | 0.77% | 0.56% | - |
| XYZ | 12.07 | 15.45 | 27.94 | - |
| YUV | 95.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 142 | 0.77 | 0.16 | 0 | 0.44 | 192.55 | 0.63 | 0.34 |
| Hex | 20 | 77 | 8E | 4D | 10 | 0 | 2C | C1 | 3F | 22 |
| Octal | 40 | 167 | 216 | 115 | 20 | 0 | 54 | 301 | 77 | 42 |
| Binary | 100000 | 1110111 | 10001110 | 1001101 | 10000 | 0 | 101100 | 11000001 | 111111 | 100010 |
Color Harmonies of #20778E
Complementary color
Monochromatic Colors of #20778E
Black with #20778E
Text Example
Text Example
White with #20778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20778E; }
p { color: rgb(32,119,142); }
H1.HeaderClassName
{
color: #20778E;
}
.AnyTagClassName
{
color: #20778E;
}
</style>
background-color css
<style>
a { background-color: #20778E; }
a { background-color: rgb(32,119,142); }
div.DivClassName
{
background-color: #20778E;
}
.BgClassName
{
background-color: #20778E;
}
</style>
border-color css
<style>
span { border-color: #20778E; }
span { border-color: rgb(32,119,142); }
td.TdClassName
{
border-color: #20778E;
}
.TagClassName
{
border-color: #20778E;
}
</style>