Shades of Allports #207179
Tints of Allports #207179
RGB
CMYK
RGB Variations
Color information
#207179 (or 0x207179) is known color: Allports. HEX triplet: 20, 71 and 79. RGB value is (32,113,121). Sum of RGB (Red+Green+Blue) = 32+113+121=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #207179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207179 is #DF8E86. Grayscale: #595959. Windows color (decimal): -14651015 or 7958816. OLE color: 7958816.
HSL color Cylindrical-coordinate representation of color #207179: hue angle of 185.39º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207179 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 113 | 121 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.53 |
| HSL | 185.39º | 0.58% | 0.3% | - |
| HSV(B) | 185.39º | 0.74% | 0.47% | - |
| XYZ | 9.95 | 13.5 | 20.17 | - |
| YUV | 89.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 121 | 0.74 | 0.07 | 0 | 0.53 | 185.39 | 0.58 | 0.3 |
| Hex | 20 | 71 | 79 | 4A | 7 | 0 | 35 | B9 | 3A | 1E |
| Octal | 40 | 161 | 171 | 112 | 7 | 0 | 65 | 271 | 72 | 36 |
| Binary | 100000 | 1110001 | 1111001 | 1001010 | 111 | 0 | 110101 | 10111001 | 111010 | 11110 |
Color Harmonies of #207179
Complementary color
Monochromatic Colors of #207179
Black with #207179
Text Example
Text Example
White with #207179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207179; }
p { color: rgb(32,113,121); }
H1.HeaderClassName
{
color: #207179;
}
.AnyTagClassName
{
color: #207179;
}
</style>
background-color css
<style>
a { background-color: #207179; }
a { background-color: rgb(32,113,121); }
div.DivClassName
{
background-color: #207179;
}
.BgClassName
{
background-color: #207179;
}
</style>
border-color css
<style>
span { border-color: #207179; }
span { border-color: rgb(32,113,121); }
td.TdClassName
{
border-color: #207179;
}
.TagClassName
{
border-color: #207179;
}
</style>