Shades of Allports #1E7582
Tints of Allports #1E7582
RGB
CMYK
RGB Variations
Color information
#1E7582 (or 0x1E7582) is known color: Allports. HEX triplet: 1E, 75 and 82. RGB value is (30,117,130). Sum of RGB (Red+Green+Blue) = 30+117+130=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E7582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7582 is #E18A7D. Grayscale: #5C5C5C. Windows color (decimal): -14781054 or 8549662. OLE color: 8549662.
HSL color Cylindrical-coordinate representation of color #1E7582: hue angle of 187.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E7582 is Cyan = 0.77, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 117 | 130 | - |
| CMYK | 0.77 | 0.1 | 0 | 0.49 |
| HSL | 187.8º | 0.63% | 0.31% | - |
| HSV(B) | 187.8º | 0.77% | 0.51% | - |
| XYZ | 10.93 | 14.61 | 23.36 | - |
| YUV | 92.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 130 | 0.77 | 0.1 | 0 | 0.49 | 187.8 | 0.63 | 0.31 |
| Hex | 1E | 75 | 82 | 4D | A | 0 | 31 | BC | 3E | 1F |
| Octal | 36 | 165 | 202 | 115 | 12 | 0 | 61 | 274 | 76 | 37 |
| Binary | 11110 | 1110101 | 10000010 | 1001101 | 1010 | 0 | 110001 | 10111100 | 111110 | 11111 |
Color Harmonies of #1E7582
Complementary color
Monochromatic Colors of #1E7582
Black with #1E7582
Text Example
Text Example
White with #1E7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7582; }
p { color: rgb(30,117,130); }
H1.HeaderClassName
{
color: #1E7582;
}
.AnyTagClassName
{
color: #1E7582;
}
</style>
background-color css
<style>
a { background-color: #1E7582; }
a { background-color: rgb(30,117,130); }
div.DivClassName
{
background-color: #1E7582;
}
.BgClassName
{
background-color: #1E7582;
}
</style>
border-color css
<style>
span { border-color: #1E7582; }
span { border-color: rgb(30,117,130); }
td.TdClassName
{
border-color: #1E7582;
}
.TagClassName
{
border-color: #1E7582;
}
</style>