Shades of Allports #207089
Tints of Allports #207089
RGB
CMYK
RGB Variations
Color information
#207089 (or 0x207089) is known color: Allports. HEX triplet: 20, 70 and 89. RGB value is (32,112,137). Sum of RGB (Red+Green+Blue) = 32+112+137=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #207089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207089 is #DF8F76. Grayscale: #5A5A5A. Windows color (decimal): -14651255 or 9007136. OLE color: 9007136.
HSL color Cylindrical-coordinate representation of color #207089: hue angle of 194.29º 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 #207089 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 112 | 137 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.46 |
| HSL | 194.29º | 0.62% | 0.33% | - |
| HSV(B) | 194.29º | 0.77% | 0.54% | - |
| XYZ | 10.91 | 13.7 | 25.74 | - |
| YUV | 90.93 | 154 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 137 | 0.77 | 0.18 | 0 | 0.46 | 194.29 | 0.62 | 0.33 |
| Hex | 20 | 70 | 89 | 4D | 12 | 0 | 2E | C2 | 3E | 21 |
| Octal | 40 | 160 | 211 | 115 | 22 | 0 | 56 | 302 | 76 | 41 |
| Binary | 100000 | 1110000 | 10001001 | 1001101 | 10010 | 0 | 101110 | 11000010 | 111110 | 100001 |
Color Harmonies of #207089
Complementary color
Monochromatic Colors of #207089
Black with #207089
Text Example
Text Example
White with #207089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207089; }
p { color: rgb(32,112,137); }
H1.HeaderClassName
{
color: #207089;
}
.AnyTagClassName
{
color: #207089;
}
</style>
background-color css
<style>
a { background-color: #207089; }
a { background-color: rgb(32,112,137); }
div.DivClassName
{
background-color: #207089;
}
.BgClassName
{
background-color: #207089;
}
</style>
border-color css
<style>
span { border-color: #207089; }
span { border-color: rgb(32,112,137); }
td.TdClassName
{
border-color: #207089;
}
.TagClassName
{
border-color: #207089;
}
</style>