Shades of Atoll #1A8387
Tints of Atoll #1A8387
RGB
CMYK
RGB Variations
Color information
#1A8387 (or 0x1A8387) is known color: Atoll. HEX triplet: 1A, 83 and 87. RGB value is (26,131,135). Sum of RGB (Red+Green+Blue) = 26+131+135=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A8387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8387 is #E57C78. Grayscale: #636363. Windows color (decimal): -15039609 or 8880922. OLE color: 8880922.
HSL color Cylindrical-coordinate representation of color #1A8387: hue angle of 182.2º 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 #1A8387 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 131 | 135 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.47 |
| HSL | 182.2º | 0.68% | 0.32% | - |
| HSV(B) | 182.2º | 0.81% | 0.53% | - |
| XYZ | 12.92 | 18.2 | 25.75 | - |
| YUV | 100.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 135 | 0.81 | 0.03 | 0 | 0.47 | 182.2 | 0.68 | 0.32 |
| Hex | 1A | 83 | 87 | 51 | 3 | 0 | 2F | B6 | 44 | 20 |
| Octal | 32 | 203 | 207 | 121 | 3 | 0 | 57 | 266 | 104 | 40 |
| Binary | 11010 | 10000011 | 10000111 | 1010001 | 11 | 0 | 101111 | 10110110 | 1000100 | 100000 |
Color Harmonies of #1A8387
Complementary color
Monochromatic Colors of #1A8387
Black with #1A8387
Text Example
Text Example
White with #1A8387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8387; }
p { color: rgb(26,131,135); }
H1.HeaderClassName
{
color: #1A8387;
}
.AnyTagClassName
{
color: #1A8387;
}
</style>
background-color css
<style>
a { background-color: #1A8387; }
a { background-color: rgb(26,131,135); }
div.DivClassName
{
background-color: #1A8387;
}
.BgClassName
{
background-color: #1A8387;
}
</style>
border-color css
<style>
span { border-color: #1A8387; }
span { border-color: rgb(26,131,135); }
td.TdClassName
{
border-color: #1A8387;
}
.TagClassName
{
border-color: #1A8387;
}
</style>