Shades of Atoll #1A8189
Tints of Atoll #1A8189
RGB
CMYK
RGB Variations
Color information
#1A8189 (or 0x1A8189) is known color: Atoll. HEX triplet: 1A, 81 and 89. RGB value is (26,129,137). Sum of RGB (Red+Green+Blue) = 26+129+137=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A8189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8189 is #E57E76. Grayscale: #626262. Windows color (decimal): -15040119 or 9011482. OLE color: 9011482.
HSL color Cylindrical-coordinate representation of color #1A8189: hue angle of 184.32º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8189 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 129 | 137 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.46 |
| HSL | 184.32º | 0.68% | 0.32% | - |
| HSV(B) | 184.32º | 0.81% | 0.54% | - |
| XYZ | 12.79 | 17.73 | 26.41 | - |
| YUV | 99.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 137 | 0.81 | 0.06 | 0 | 0.46 | 184.32 | 0.68 | 0.32 |
| Hex | 1A | 81 | 89 | 51 | 6 | 0 | 2E | B8 | 44 | 20 |
| Octal | 32 | 201 | 211 | 121 | 6 | 0 | 56 | 270 | 104 | 40 |
| Binary | 11010 | 10000001 | 10001001 | 1010001 | 110 | 0 | 101110 | 10111000 | 1000100 | 100000 |
Color Harmonies of #1A8189
Complementary color
Monochromatic Colors of #1A8189
Black with #1A8189
Text Example
Text Example
White with #1A8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8189; }
p { color: rgb(26,129,137); }
H1.HeaderClassName
{
color: #1A8189;
}
.AnyTagClassName
{
color: #1A8189;
}
</style>
background-color css
<style>
a { background-color: #1A8189; }
a { background-color: rgb(26,129,137); }
div.DivClassName
{
background-color: #1A8189;
}
.BgClassName
{
background-color: #1A8189;
}
</style>
border-color css
<style>
span { border-color: #1A8189; }
span { border-color: rgb(26,129,137); }
td.TdClassName
{
border-color: #1A8189;
}
.TagClassName
{
border-color: #1A8189;
}
</style>