Shades of Allports #1E7080
Tints of Allports #1E7080
RGB
CMYK
RGB Variations
Color information
#1E7080 (or 0x1E7080) is known color: Allports. HEX triplet: 1E, 70 and 80. RGB value is (30,112,128). Sum of RGB (Red+Green+Blue) = 30+112+128=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E7080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7080 is #E18F7F. Grayscale: #595959. Windows color (decimal): -14782336 or 8417310. OLE color: 8417310.
HSL color Cylindrical-coordinate representation of color #1E7080: hue angle of 189.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E7080 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 112 | 128 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.50 |
| HSL | 189.8º | 0.62% | 0.31% | - |
| HSV(B) | 189.8º | 0.77% | 0.5% | - |
| XYZ | 10.23 | 13.42 | 22.47 | - |
| YUV | 89.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 112 | 128 | 0.77 | 0.12 | 0 | 0.50 | 189.8 | 0.62 | 0.31 |
| Hex | 1E | 70 | 80 | 4D | C | 0 | 32 | BE | 3E | 1F |
| Octal | 36 | 160 | 200 | 115 | 14 | 0 | 62 | 276 | 76 | 37 |
| Binary | 11110 | 1110000 | 10000000 | 1001101 | 1100 | 0 | 110010 | 10111110 | 111110 | 11111 |
Color Harmonies of #1E7080
Complementary color
Monochromatic Colors of #1E7080
Black with #1E7080
Text Example
Text Example
White with #1E7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7080; }
p { color: rgb(30,112,128); }
H1.HeaderClassName
{
color: #1E7080;
}
.AnyTagClassName
{
color: #1E7080;
}
</style>
background-color css
<style>
a { background-color: #1E7080; }
a { background-color: rgb(30,112,128); }
div.DivClassName
{
background-color: #1E7080;
}
.BgClassName
{
background-color: #1E7080;
}
</style>
border-color css
<style>
span { border-color: #1E7080; }
span { border-color: rgb(30,112,128); }
td.TdClassName
{
border-color: #1E7080;
}
.TagClassName
{
border-color: #1E7080;
}
</style>