Shades of Atoll #1E7982
Tints of Atoll #1E7982
RGB
CMYK
RGB Variations
Color information
#1E7982 (or 0x1E7982) is known color: Atoll. HEX triplet: 1E, 79 and 82. RGB value is (30,121,130). Sum of RGB (Red+Green+Blue) = 30+121+130=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E7982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7982 is #E1867D. Grayscale: #5E5E5E. Windows color (decimal): -14780030 or 8550686. OLE color: 8550686.
HSL color Cylindrical-coordinate representation of color #1E7982: hue angle of 185.4º 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 #1E7982 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 121 | 130 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.49 |
| HSL | 185.4º | 0.63% | 0.31% | - |
| HSV(B) | 185.4º | 0.77% | 0.51% | - |
| XYZ | 11.4 | 15.56 | 23.52 | - |
| YUV | 94.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 121 | 130 | 0.77 | 0.07 | 0 | 0.49 | 185.4 | 0.63 | 0.31 |
| Hex | 1E | 79 | 82 | 4D | 7 | 0 | 31 | B9 | 3E | 1F |
| Octal | 36 | 171 | 202 | 115 | 7 | 0 | 61 | 271 | 76 | 37 |
| Binary | 11110 | 1111001 | 10000010 | 1001101 | 111 | 0 | 110001 | 10111001 | 111110 | 11111 |
Color Harmonies of #1E7982
Complementary color
Monochromatic Colors of #1E7982
Black with #1E7982
Text Example
Text Example
White with #1E7982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7982; }
p { color: rgb(30,121,130); }
H1.HeaderClassName
{
color: #1E7982;
}
.AnyTagClassName
{
color: #1E7982;
}
</style>
background-color css
<style>
a { background-color: #1E7982; }
a { background-color: rgb(30,121,130); }
div.DivClassName
{
background-color: #1E7982;
}
.BgClassName
{
background-color: #1E7982;
}
</style>
border-color css
<style>
span { border-color: #1E7982; }
span { border-color: rgb(30,121,130); }
td.TdClassName
{
border-color: #1E7982;
}
.TagClassName
{
border-color: #1E7982;
}
</style>