Shades of Atoll #1A8087
Tints of Atoll #1A8087
RGB
CMYK
RGB Variations
Color information
#1A8087 (or 0x1A8087) is known color: Atoll. HEX triplet: 1A, 80 and 87. RGB value is (26,128,135). Sum of RGB (Red+Green+Blue) = 26+128+135=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A8087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8087 is #E57F78. Grayscale: #626262. Windows color (decimal): -15040377 or 8880154. OLE color: 8880154.
HSL color Cylindrical-coordinate representation of color #1A8087: hue angle of 183.85º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8087 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 128 | 135 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.47 |
| HSL | 183.85º | 0.68% | 0.32% | - |
| HSV(B) | 183.85º | 0.81% | 0.53% | - |
| XYZ | 12.52 | 17.41 | 25.62 | - |
| YUV | 98.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 135 | 0.81 | 0.05 | 0 | 0.47 | 183.85 | 0.68 | 0.32 |
| Hex | 1A | 80 | 87 | 51 | 5 | 0 | 2F | B8 | 44 | 20 |
| Octal | 32 | 200 | 207 | 121 | 5 | 0 | 57 | 270 | 104 | 40 |
| Binary | 11010 | 10000000 | 10000111 | 1010001 | 101 | 0 | 101111 | 10111000 | 1000100 | 100000 |
Color Harmonies of #1A8087
Complementary color
Monochromatic Colors of #1A8087
Black with #1A8087
Text Example
Text Example
White with #1A8087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8087; }
p { color: rgb(26,128,135); }
H1.HeaderClassName
{
color: #1A8087;
}
.AnyTagClassName
{
color: #1A8087;
}
</style>
background-color css
<style>
a { background-color: #1A8087; }
a { background-color: rgb(26,128,135); }
div.DivClassName
{
background-color: #1A8087;
}
.BgClassName
{
background-color: #1A8087;
}
</style>
border-color css
<style>
span { border-color: #1A8087; }
span { border-color: rgb(26,128,135); }
td.TdClassName
{
border-color: #1A8087;
}
.TagClassName
{
border-color: #1A8087;
}
</style>