Shades of Atoll #1E8088
Tints of Atoll #1E8088
RGB
CMYK
RGB Variations
Color information
#1E8088 (or 0x1E8088) is known color: Atoll. HEX triplet: 1E, 80 and 88. RGB value is (30,128,136). Sum of RGB (Red+Green+Blue) = 30+128+136=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E8088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8088 is #E17F77. Grayscale: #636363. Windows color (decimal): -14778232 or 8945694. OLE color: 8945694.
HSL color Cylindrical-coordinate representation of color #1E8088: hue angle of 184.53º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8088 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 128 | 136 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.47 |
| HSL | 184.53º | 0.64% | 0.33% | - |
| HSV(B) | 184.53º | 0.78% | 0.53% | - |
| XYZ | 12.7 | 17.49 | 26 | - |
| YUV | 99.61 | 148.53 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 136 | 0.78 | 0.06 | 0 | 0.47 | 184.53 | 0.64 | 0.33 |
| Hex | 1E | 80 | 88 | 4E | 6 | 0 | 2F | B9 | 40 | 21 |
| Octal | 36 | 200 | 210 | 116 | 6 | 0 | 57 | 271 | 100 | 41 |
| Binary | 11110 | 10000000 | 10001000 | 1001110 | 110 | 0 | 101111 | 10111001 | 1000000 | 100001 |
Color Harmonies of #1E8088
Complementary color
Monochromatic Colors of #1E8088
Black with #1E8088
Text Example
Text Example
White with #1E8088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8088; }
p { color: rgb(30,128,136); }
H1.HeaderClassName
{
color: #1E8088;
}
.AnyTagClassName
{
color: #1E8088;
}
</style>
background-color css
<style>
a { background-color: #1E8088; }
a { background-color: rgb(30,128,136); }
div.DivClassName
{
background-color: #1E8088;
}
.BgClassName
{
background-color: #1E8088;
}
</style>
border-color css
<style>
span { border-color: #1E8088; }
span { border-color: rgb(30,128,136); }
td.TdClassName
{
border-color: #1E8088;
}
.TagClassName
{
border-color: #1E8088;
}
</style>