Shades of Allports #1E7685
Tints of Allports #1E7685
RGB
CMYK
RGB Variations
Color information
#1E7685 (or 0x1E7685) is known color: Allports. HEX triplet: 1E, 76 and 85. RGB value is (30,118,133). Sum of RGB (Red+Green+Blue) = 30+118+133=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E7685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7685 is #E1897A. Grayscale: #5D5D5D. Windows color (decimal): -14780795 or 8746526. OLE color: 8746526.
HSL color Cylindrical-coordinate representation of color #1E7685: hue angle of 188.74º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E7685 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 118 | 133 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.48 |
| HSL | 188.74º | 0.63% | 0.32% | - |
| HSV(B) | 188.74º | 0.77% | 0.52% | - |
| XYZ | 11.25 | 14.93 | 24.48 | - |
| YUV | 93.4 | 150.35 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 133 | 0.77 | 0.11 | 0 | 0.48 | 188.74 | 0.63 | 0.32 |
| Hex | 1E | 76 | 85 | 4D | B | 0 | 30 | BD | 3F | 20 |
| Octal | 36 | 166 | 205 | 115 | 13 | 0 | 60 | 275 | 77 | 40 |
| Binary | 11110 | 1110110 | 10000101 | 1001101 | 1011 | 0 | 110000 | 10111101 | 111111 | 100000 |
Color Harmonies of #1E7685
Complementary color
Monochromatic Colors of #1E7685
Black with #1E7685
Text Example
Text Example
White with #1E7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7685; }
p { color: rgb(30,118,133); }
H1.HeaderClassName
{
color: #1E7685;
}
.AnyTagClassName
{
color: #1E7685;
}
</style>
background-color css
<style>
a { background-color: #1E7685; }
a { background-color: rgb(30,118,133); }
div.DivClassName
{
background-color: #1E7685;
}
.BgClassName
{
background-color: #1E7685;
}
</style>
border-color css
<style>
span { border-color: #1E7685; }
span { border-color: rgb(30,118,133); }
td.TdClassName
{
border-color: #1E7685;
}
.TagClassName
{
border-color: #1E7685;
}
</style>