Shades of Allports #1E7A94
Tints of Allports #1E7A94
RGB
CMYK
RGB Variations
Color information
#1E7A94 (or 0x1E7A94) is known color: Allports. HEX triplet: 1E, 7A and 94. RGB value is (30,122,148). Sum of RGB (Red+Green+Blue) = 30+122+148=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #1E7A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7A94 is #E1856B. Grayscale: #616161. Windows color (decimal): -14779756 or 9730590. OLE color: 9730590.
HSL color Cylindrical-coordinate representation of color #1E7A94: hue angle of 193.22º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E7A94 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 122 | 148 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.42 |
| HSL | 193.22º | 0.66% | 0.35% | - |
| HSV(B) | 193.22º | 0.8% | 0.58% | - |
| XYZ | 12.84 | 16.33 | 30.49 | - |
| YUV | 97.46 | 156.52 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 148 | 0.80 | 0.18 | 0 | 0.42 | 193.22 | 0.66 | 0.35 |
| Hex | 1E | 7A | 94 | 50 | 12 | 0 | 2A | C1 | 42 | 23 |
| Octal | 36 | 172 | 224 | 120 | 22 | 0 | 52 | 301 | 102 | 43 |
| Binary | 11110 | 1111010 | 10010100 | 1010000 | 10010 | 0 | 101010 | 11000001 | 1000010 | 100011 |
Color Harmonies of #1E7A94
Complementary color
Monochromatic Colors of #1E7A94
Black with #1E7A94
Text Example
Text Example
White with #1E7A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7A94; }
p { color: rgb(30,122,148); }
H1.HeaderClassName
{
color: #1E7A94;
}
.AnyTagClassName
{
color: #1E7A94;
}
</style>
background-color css
<style>
a { background-color: #1E7A94; }
a { background-color: rgb(30,122,148); }
div.DivClassName
{
background-color: #1E7A94;
}
.BgClassName
{
background-color: #1E7A94;
}
</style>
border-color css
<style>
span { border-color: #1E7A94; }
span { border-color: rgb(30,122,148); }
td.TdClassName
{
border-color: #1E7A94;
}
.TagClassName
{
border-color: #1E7A94;
}
</style>