Shades of Allports #207A90
Tints of Allports #207A90
RGB
CMYK
RGB Variations
Color information
#207A90 (or 0x207A90) is known color: Allports. HEX triplet: 20, 7A and 90. RGB value is (32,122,144). Sum of RGB (Red+Green+Blue) = 32+122+144=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #207A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207A90 is #DF856F. Grayscale: #616161. Windows color (decimal): -14648688 or 9468448. OLE color: 9468448.
HSL color Cylindrical-coordinate representation of color #207A90: hue angle of 191.79º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #207A90 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 122 | 144 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.44 |
| HSL | 191.79º | 0.64% | 0.35% | - |
| HSV(B) | 191.79º | 0.78% | 0.56% | - |
| XYZ | 12.59 | 16.24 | 28.86 | - |
| YUV | 97.6 | 154.18 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 144 | 0.78 | 0.15 | 0 | 0.44 | 191.79 | 0.64 | 0.35 |
| Hex | 20 | 7A | 90 | 4E | F | 0 | 2C | C0 | 40 | 23 |
| Octal | 40 | 172 | 220 | 116 | 17 | 0 | 54 | 300 | 100 | 43 |
| Binary | 100000 | 1111010 | 10010000 | 1001110 | 1111 | 0 | 101100 | 11000000 | 1000000 | 100011 |
Color Harmonies of #207A90
Complementary color
Monochromatic Colors of #207A90
Black with #207A90
Text Example
Text Example
White with #207A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A90; }
p { color: rgb(32,122,144); }
H1.HeaderClassName
{
color: #207A90;
}
.AnyTagClassName
{
color: #207A90;
}
</style>
background-color css
<style>
a { background-color: #207A90; }
a { background-color: rgb(32,122,144); }
div.DivClassName
{
background-color: #207A90;
}
.BgClassName
{
background-color: #207A90;
}
</style>
border-color css
<style>
span { border-color: #207A90; }
span { border-color: rgb(32,122,144); }
td.TdClassName
{
border-color: #207A90;
}
.TagClassName
{
border-color: #207A90;
}
</style>