Shades of Allports #207995
Tints of Allports #207995
RGB
CMYK
RGB Variations
Color information
#207995 (or 0x207995) is known color: Allports. HEX triplet: 20, 79 and 95. RGB value is (32,121,149). Sum of RGB (Red+Green+Blue) = 32+121+149=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #207995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207995 is #DF866A. Grayscale: #616161. Windows color (decimal): -14648939 or 9795872. OLE color: 9795872.
HSL color Cylindrical-coordinate representation of color #207995: hue angle of 194.36º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207995 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 121 | 149 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.42 |
| HSL | 194.36º | 0.65% | 0.35% | - |
| HSV(B) | 194.36º | 0.79% | 0.58% | - |
| XYZ | 12.86 | 16.15 | 30.87 | - |
| YUV | 97.58 | 157.01 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 149 | 0.79 | 0.19 | 0 | 0.42 | 194.36 | 0.65 | 0.35 |
| Hex | 20 | 79 | 95 | 4F | 13 | 0 | 2A | C2 | 41 | 23 |
| Octal | 40 | 171 | 225 | 117 | 23 | 0 | 52 | 302 | 101 | 43 |
| Binary | 100000 | 1111001 | 10010101 | 1001111 | 10011 | 0 | 101010 | 11000010 | 1000001 | 100011 |
Color Harmonies of #207995
Complementary color
Monochromatic Colors of #207995
Black with #207995
Text Example
Text Example
White with #207995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207995; }
p { color: rgb(32,121,149); }
H1.HeaderClassName
{
color: #207995;
}
.AnyTagClassName
{
color: #207995;
}
</style>
background-color css
<style>
a { background-color: #207995; }
a { background-color: rgb(32,121,149); }
div.DivClassName
{
background-color: #207995;
}
.BgClassName
{
background-color: #207995;
}
</style>
border-color css
<style>
span { border-color: #207995; }
span { border-color: rgb(32,121,149); }
td.TdClassName
{
border-color: #207995;
}
.TagClassName
{
border-color: #207995;
}
</style>