Shades of Atoll #1E7C89
Tints of Atoll #1E7C89
RGB
CMYK
RGB Variations
Color information
#1E7C89 (or 0x1E7C89) is known color: Atoll. HEX triplet: 1E, 7C and 89. RGB value is (30,124,137). Sum of RGB (Red+Green+Blue) = 30+124+137=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E7C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7C89 is #E18376. Grayscale: #616161. Windows color (decimal): -14779255 or 9010206. OLE color: 9010206.
HSL color Cylindrical-coordinate representation of color #1E7C89: hue angle of 187.29º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E7C89 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 124 | 137 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.46 |
| HSL | 187.29º | 0.64% | 0.33% | - |
| HSV(B) | 187.29º | 0.78% | 0.54% | - |
| XYZ | 12.26 | 16.5 | 26.21 | - |
| YUV | 97.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 124 | 137 | 0.78 | 0.09 | 0 | 0.46 | 187.29 | 0.64 | 0.33 |
| Hex | 1E | 7C | 89 | 4E | 9 | 0 | 2E | BB | 40 | 21 |
| Octal | 36 | 174 | 211 | 116 | 11 | 0 | 56 | 273 | 100 | 41 |
| Binary | 11110 | 1111100 | 10001001 | 1001110 | 1001 | 0 | 101110 | 10111011 | 1000000 | 100001 |
Color Harmonies of #1E7C89
Complementary color
Monochromatic Colors of #1E7C89
Black with #1E7C89
Text Example
Text Example
White with #1E7C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7C89; }
p { color: rgb(30,124,137); }
H1.HeaderClassName
{
color: #1E7C89;
}
.AnyTagClassName
{
color: #1E7C89;
}
</style>
background-color css
<style>
a { background-color: #1E7C89; }
a { background-color: rgb(30,124,137); }
div.DivClassName
{
background-color: #1E7C89;
}
.BgClassName
{
background-color: #1E7C89;
}
</style>
border-color css
<style>
span { border-color: #1E7C89; }
span { border-color: rgb(30,124,137); }
td.TdClassName
{
border-color: #1E7C89;
}
.TagClassName
{
border-color: #1E7C89;
}
</style>