Shades of Allports #1E717D
Tints of Allports #1E717D
RGB
CMYK
RGB Variations
Color information
#1E717D (or 0x1E717D) is known color: Allports. HEX triplet: 1E, 71 and 7D. RGB value is (30,113,125). Sum of RGB (Red+Green+Blue) = 30+113+125=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E717D is #E18E82. Grayscale: #595959. Windows color (decimal): -14782083 or 8220958. OLE color: 8220958.
HSL color Cylindrical-coordinate representation of color #1E717D: hue angle of 187.58º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E717D is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 113 | 125 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.51 |
| HSL | 187.58º | 0.61% | 0.3% | - |
| HSV(B) | 187.58º | 0.76% | 0.49% | - |
| XYZ | 10.14 | 13.57 | 21.49 | - |
| YUV | 89.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 125 | 0.76 | 0.10 | 0 | 0.51 | 187.58 | 0.61 | 0.3 |
| Hex | 1E | 71 | 7D | 4C | A | 0 | 33 | BC | 3D | 1E |
| Octal | 36 | 161 | 175 | 114 | 12 | 0 | 63 | 274 | 75 | 36 |
| Binary | 11110 | 1110001 | 1111101 | 1001100 | 1010 | 0 | 110011 | 10111100 | 111101 | 11110 |
Color Harmonies of #1E717D
Complementary color
Monochromatic Colors of #1E717D
Black with #1E717D
Text Example
Text Example
White with #1E717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E717D; }
p { color: rgb(30,113,125); }
H1.HeaderClassName
{
color: #1E717D;
}
.AnyTagClassName
{
color: #1E717D;
}
</style>
background-color css
<style>
a { background-color: #1E717D; }
a { background-color: rgb(30,113,125); }
div.DivClassName
{
background-color: #1E717D;
}
.BgClassName
{
background-color: #1E717D;
}
</style>
border-color css
<style>
span { border-color: #1E717D; }
span { border-color: rgb(30,113,125); }
td.TdClassName
{
border-color: #1E717D;
}
.TagClassName
{
border-color: #1E717D;
}
</style>