Shades of Allports #20668A
Tints of Allports #20668A
RGB
CMYK
RGB Variations
Color information
#20668A (or 0x20668A) is known color: Allports. HEX triplet: 20, 66 and 8A. RGB value is (32,102,138). Sum of RGB (Red+Green+Blue) = 32+102+138=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #20668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20668A is #DF9975. Grayscale: #545454. Windows color (decimal): -14653814 or 9070112. OLE color: 9070112.
HSL color Cylindrical-coordinate representation of color #20668A: hue angle of 200.38º 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 #20668A is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 102 | 138 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.46 |
| HSL | 200.38º | 0.62% | 0.33% | - |
| HSV(B) | 200.38º | 0.77% | 0.54% | - |
| XYZ | 9.93 | 11.64 | 25.77 | - |
| YUV | 85.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 138 | 0.77 | 0.26 | 0 | 0.46 | 200.38 | 0.62 | 0.33 |
| Hex | 20 | 66 | 8A | 4D | 1A | 0 | 2E | C8 | 3E | 21 |
| Octal | 40 | 146 | 212 | 115 | 32 | 0 | 56 | 310 | 76 | 41 |
| Binary | 100000 | 1100110 | 10001010 | 1001101 | 11010 | 0 | 101110 | 11001000 | 111110 | 100001 |
Color Harmonies of #20668A
Complementary color
Monochromatic Colors of #20668A
Black with #20668A
Text Example
Text Example
White with #20668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20668A; }
p { color: rgb(32,102,138); }
H1.HeaderClassName
{
color: #20668A;
}
.AnyTagClassName
{
color: #20668A;
}
</style>
background-color css
<style>
a { background-color: #20668A; }
a { background-color: rgb(32,102,138); }
div.DivClassName
{
background-color: #20668A;
}
.BgClassName
{
background-color: #20668A;
}
</style>
border-color css
<style>
span { border-color: #20668A; }
span { border-color: rgb(32,102,138); }
td.TdClassName
{
border-color: #20668A;
}
.TagClassName
{
border-color: #20668A;
}
</style>