Shades of Allports #207188
Tints of Allports #207188
RGB
CMYK
RGB Variations
Color information
#207188 (or 0x207188) is known color: Allports. HEX triplet: 20, 71 and 88. RGB value is (32,113,136). Sum of RGB (Red+Green+Blue) = 32+113+136=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #207188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207188 is #DF8E77. Grayscale: #5B5B5B. Windows color (decimal): -14651000 or 8941856. OLE color: 8941856.
HSL color Cylindrical-coordinate representation of color #207188: hue angle of 193.27º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207188 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 113 | 136 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.47 |
| HSL | 193.27º | 0.62% | 0.33% | - |
| HSV(B) | 193.27º | 0.76% | 0.53% | - |
| XYZ | 10.94 | 13.89 | 25.4 | - |
| YUV | 91.4 | 153.16 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 136 | 0.76 | 0.17 | 0 | 0.47 | 193.27 | 0.62 | 0.33 |
| Hex | 20 | 71 | 88 | 4C | 11 | 0 | 2F | C1 | 3E | 21 |
| Octal | 40 | 161 | 210 | 114 | 21 | 0 | 57 | 301 | 76 | 41 |
| Binary | 100000 | 1110001 | 10001000 | 1001100 | 10001 | 0 | 101111 | 11000001 | 111110 | 100001 |
Color Harmonies of #207188
Complementary color
Monochromatic Colors of #207188
Black with #207188
Text Example
Text Example
White with #207188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207188; }
p { color: rgb(32,113,136); }
H1.HeaderClassName
{
color: #207188;
}
.AnyTagClassName
{
color: #207188;
}
</style>
background-color css
<style>
a { background-color: #207188; }
a { background-color: rgb(32,113,136); }
div.DivClassName
{
background-color: #207188;
}
.BgClassName
{
background-color: #207188;
}
</style>
border-color css
<style>
span { border-color: #207188; }
span { border-color: rgb(32,113,136); }
td.TdClassName
{
border-color: #207188;
}
.TagClassName
{
border-color: #207188;
}
</style>