Shades of Atoll #1E7F8B
Tints of Atoll #1E7F8B
RGB
CMYK
RGB Variations
Color information
#1E7F8B (or 0x1E7F8B) is known color: Atoll. HEX triplet: 1E, 7F and 8B. RGB value is (30,127,139). Sum of RGB (Red+Green+Blue) = 30+127+139=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E7F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7F8B is #E18074. Grayscale: #636363. Windows color (decimal): -14778485 or 9142046. OLE color: 9142046.
HSL color Cylindrical-coordinate representation of color #1E7F8B: hue angle of 186.61º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E7F8B is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 127 | 139 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.45 |
| HSL | 186.61º | 0.64% | 0.33% | - |
| HSV(B) | 186.61º | 0.78% | 0.55% | - |
| XYZ | 12.78 | 17.32 | 27.1 | - |
| YUV | 99.37 | 150.36 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 139 | 0.78 | 0.09 | 0 | 0.45 | 186.61 | 0.64 | 0.33 |
| Hex | 1E | 7F | 8B | 4E | 9 | 0 | 2D | BB | 40 | 21 |
| Octal | 36 | 177 | 213 | 116 | 11 | 0 | 55 | 273 | 100 | 41 |
| Binary | 11110 | 1111111 | 10001011 | 1001110 | 1001 | 0 | 101101 | 10111011 | 1000000 | 100001 |
Color Harmonies of #1E7F8B
Complementary color
Monochromatic Colors of #1E7F8B
Black with #1E7F8B
Text Example
Text Example
White with #1E7F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7F8B; }
p { color: rgb(30,127,139); }
H1.HeaderClassName
{
color: #1E7F8B;
}
.AnyTagClassName
{
color: #1E7F8B;
}
</style>
background-color css
<style>
a { background-color: #1E7F8B; }
a { background-color: rgb(30,127,139); }
div.DivClassName
{
background-color: #1E7F8B;
}
.BgClassName
{
background-color: #1E7F8B;
}
</style>
border-color css
<style>
span { border-color: #1E7F8B; }
span { border-color: rgb(30,127,139); }
td.TdClassName
{
border-color: #1E7F8B;
}
.TagClassName
{
border-color: #1E7F8B;
}
</style>