Shades of Allports #1E7782
Tints of Allports #1E7782
RGB
CMYK
RGB Variations
Color information
#1E7782 (or 0x1E7782) is known color: Allports. HEX triplet: 1E, 77 and 82. RGB value is (30,119,130). Sum of RGB (Red+Green+Blue) = 30+119+130=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E7782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7782 is #E1887D. Grayscale: #5D5D5D. Windows color (decimal): -14780542 or 8550174. OLE color: 8550174.
HSL color Cylindrical-coordinate representation of color #1E7782: hue angle of 186.6º 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 #1E7782 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 119 | 130 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.49 |
| HSL | 186.6º | 0.63% | 0.31% | - |
| HSV(B) | 186.6º | 0.77% | 0.51% | - |
| XYZ | 11.16 | 15.08 | 23.44 | - |
| YUV | 93.64 | 148.51 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 130 | 0.77 | 0.08 | 0 | 0.49 | 186.6 | 0.63 | 0.31 |
| Hex | 1E | 77 | 82 | 4D | 8 | 0 | 31 | BB | 3E | 1F |
| Octal | 36 | 167 | 202 | 115 | 10 | 0 | 61 | 273 | 76 | 37 |
| Binary | 11110 | 1110111 | 10000010 | 1001101 | 1000 | 0 | 110001 | 10111011 | 111110 | 11111 |
Color Harmonies of #1E7782
Complementary color
Monochromatic Colors of #1E7782
Black with #1E7782
Text Example
Text Example
White with #1E7782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7782; }
p { color: rgb(30,119,130); }
H1.HeaderClassName
{
color: #1E7782;
}
.AnyTagClassName
{
color: #1E7782;
}
</style>
background-color css
<style>
a { background-color: #1E7782; }
a { background-color: rgb(30,119,130); }
div.DivClassName
{
background-color: #1E7782;
}
.BgClassName
{
background-color: #1E7782;
}
</style>
border-color css
<style>
span { border-color: #1E7782; }
span { border-color: rgb(30,119,130); }
td.TdClassName
{
border-color: #1E7782;
}
.TagClassName
{
border-color: #1E7782;
}
</style>