Shades of Allports #207193
Tints of Allports #207193
RGB
CMYK
RGB Variations
Color information
#207193 (or 0x207193) is known color: Allports. HEX triplet: 20, 71 and 93. RGB value is (32,113,147). Sum of RGB (Red+Green+Blue) = 32+113+147=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #207193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207193 is #DF8E6C. Grayscale: #5C5C5C. Windows color (decimal): -14650989 or 9662752. OLE color: 9662752.
HSL color Cylindrical-coordinate representation of color #207193: hue angle of 197.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #207193 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 113 | 147 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.42 |
| HSL | 197.74º | 0.64% | 0.35% | - |
| HSV(B) | 197.74º | 0.78% | 0.58% | - |
| XYZ | 11.77 | 14.22 | 29.73 | - |
| YUV | 92.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 147 | 0.78 | 0.23 | 0 | 0.42 | 197.74 | 0.64 | 0.35 |
| Hex | 20 | 71 | 93 | 4E | 17 | 0 | 2A | C6 | 40 | 23 |
| Octal | 40 | 161 | 223 | 116 | 27 | 0 | 52 | 306 | 100 | 43 |
| Binary | 100000 | 1110001 | 10010011 | 1001110 | 10111 | 0 | 101010 | 11000110 | 1000000 | 100011 |
Color Harmonies of #207193
Complementary color
Monochromatic Colors of #207193
Black with #207193
Text Example
Text Example
White with #207193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207193; }
p { color: rgb(32,113,147); }
H1.HeaderClassName
{
color: #207193;
}
.AnyTagClassName
{
color: #207193;
}
</style>
background-color css
<style>
a { background-color: #207193; }
a { background-color: rgb(32,113,147); }
div.DivClassName
{
background-color: #207193;
}
.BgClassName
{
background-color: #207193;
}
</style>
border-color css
<style>
span { border-color: #207193; }
span { border-color: rgb(32,113,147); }
td.TdClassName
{
border-color: #207193;
}
.TagClassName
{
border-color: #207193;
}
</style>