Shades of Allports #1E7075
Tints of Allports #1E7075
RGB
CMYK
RGB Variations
Color information
#1E7075 (or 0x1E7075) is known color: Allports. HEX triplet: 1E, 70 and 75. RGB value is (30,112,117). Sum of RGB (Red+Green+Blue) = 30+112+117=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E7075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7075 is #E18F8A. Grayscale: #575757. Windows color (decimal): -14782347 or 7696414. OLE color: 7696414.
HSL color Cylindrical-coordinate representation of color #1E7075: hue angle of 183.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7075 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 112 | 117 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.54 |
| HSL | 183.45º | 0.59% | 0.29% | - |
| HSV(B) | 183.45º | 0.74% | 0.46% | - |
| XYZ | 9.54 | 13.15 | 18.86 | - |
| YUV | 88.05 | 144.33 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 112 | 117 | 0.74 | 0.04 | 0 | 0.54 | 183.45 | 0.59 | 0.29 |
| Hex | 1E | 70 | 75 | 4A | 4 | 0 | 36 | B7 | 3B | 1D |
| Octal | 36 | 160 | 165 | 112 | 4 | 0 | 66 | 267 | 73 | 35 |
| Binary | 11110 | 1110000 | 1110101 | 1001010 | 100 | 0 | 110110 | 10110111 | 111011 | 11101 |
Color Harmonies of #1E7075
Complementary color
Monochromatic Colors of #1E7075
Black with #1E7075
Text Example
Text Example
White with #1E7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7075; }
p { color: rgb(30,112,117); }
H1.HeaderClassName
{
color: #1E7075;
}
.AnyTagClassName
{
color: #1E7075;
}
</style>
background-color css
<style>
a { background-color: #1E7075; }
a { background-color: rgb(30,112,117); }
div.DivClassName
{
background-color: #1E7075;
}
.BgClassName
{
background-color: #1E7075;
}
</style>
border-color css
<style>
span { border-color: #1E7075; }
span { border-color: rgb(30,112,117); }
td.TdClassName
{
border-color: #1E7075;
}
.TagClassName
{
border-color: #1E7075;
}
</style>