Shades of Allports #1E7178
Tints of Allports #1E7178
RGB
CMYK
RGB Variations
Color information
#1E7178 (or 0x1E7178) is known color: Allports. HEX triplet: 1E, 71 and 78. RGB value is (30,113,120). Sum of RGB (Red+Green+Blue) = 30+113+120=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E7178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7178 is #E18E87. Grayscale: #585858. Windows color (decimal): -14782088 or 7893278. OLE color: 7893278.
HSL color Cylindrical-coordinate representation of color #1E7178: hue angle of 184.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7178 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 113 | 120 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.53 |
| HSL | 184.67º | 0.6% | 0.29% | - |
| HSV(B) | 184.67º | 0.75% | 0.47% | - |
| XYZ | 9.83 | 13.44 | 19.85 | - |
| YUV | 88.98 | 145.5 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 120 | 0.75 | 0.06 | 0 | 0.53 | 184.67 | 0.6 | 0.29 |
| Hex | 1E | 71 | 78 | 4B | 6 | 0 | 35 | B9 | 3C | 1D |
| Octal | 36 | 161 | 170 | 113 | 6 | 0 | 65 | 271 | 74 | 35 |
| Binary | 11110 | 1110001 | 1111000 | 1001011 | 110 | 0 | 110101 | 10111001 | 111100 | 11101 |
Color Harmonies of #1E7178
Complementary color
Monochromatic Colors of #1E7178
Black with #1E7178
Text Example
Text Example
White with #1E7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7178; }
p { color: rgb(30,113,120); }
H1.HeaderClassName
{
color: #1E7178;
}
.AnyTagClassName
{
color: #1E7178;
}
</style>
background-color css
<style>
a { background-color: #1E7178; }
a { background-color: rgb(30,113,120); }
div.DivClassName
{
background-color: #1E7178;
}
.BgClassName
{
background-color: #1E7178;
}
</style>
border-color css
<style>
span { border-color: #1E7178; }
span { border-color: rgb(30,113,120); }
td.TdClassName
{
border-color: #1E7178;
}
.TagClassName
{
border-color: #1E7178;
}
</style>