Shades of Atoll #1E7A83
Tints of Atoll #1E7A83
RGB
CMYK
RGB Variations
Color information
#1E7A83 (or 0x1E7A83) is known color: Atoll. HEX triplet: 1E, 7A and 83. RGB value is (30,122,131). Sum of RGB (Red+Green+Blue) = 30+122+131=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E7A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7A83 is #E1857C. Grayscale: #5F5F5F. Windows color (decimal): -14779773 or 8616478. OLE color: 8616478.
HSL color Cylindrical-coordinate representation of color #1E7A83: hue angle of 185.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E7A83 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 122 | 131 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.49 |
| HSL | 185.35º | 0.63% | 0.32% | - |
| HSV(B) | 185.35º | 0.77% | 0.51% | - |
| XYZ | 11.59 | 15.83 | 23.92 | - |
| YUV | 95.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 131 | 0.77 | 0.07 | 0 | 0.49 | 185.35 | 0.63 | 0.32 |
| Hex | 1E | 7A | 83 | 4D | 7 | 0 | 31 | B9 | 3F | 20 |
| Octal | 36 | 172 | 203 | 115 | 7 | 0 | 61 | 271 | 77 | 40 |
| Binary | 11110 | 1111010 | 10000011 | 1001101 | 111 | 0 | 110001 | 10111001 | 111111 | 100000 |
Color Harmonies of #1E7A83
Complementary color
Monochromatic Colors of #1E7A83
Black with #1E7A83
Text Example
Text Example
White with #1E7A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7A83; }
p { color: rgb(30,122,131); }
H1.HeaderClassName
{
color: #1E7A83;
}
.AnyTagClassName
{
color: #1E7A83;
}
</style>
background-color css
<style>
a { background-color: #1E7A83; }
a { background-color: rgb(30,122,131); }
div.DivClassName
{
background-color: #1E7A83;
}
.BgClassName
{
background-color: #1E7A83;
}
</style>
border-color css
<style>
span { border-color: #1E7A83; }
span { border-color: rgb(30,122,131); }
td.TdClassName
{
border-color: #1E7A83;
}
.TagClassName
{
border-color: #1E7A83;
}
</style>