Shades of Java #1A9EA1
Tints of Java #1A9EA1
RGB
CMYK
RGB Variations
Color information
#1A9EA1 (or 0x1A9EA1) is known color: Java. HEX triplet: 1A, 9E and A1. RGB value is (26,158,161). Sum of RGB (Red+Green+Blue) = 26+158+161=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 161 - color contains mainly: blue. Hex color #1A9EA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9EA1 is #E5615E. Grayscale: #767676. Windows color (decimal): -15032671 or 10591770. OLE color: 10591770.
HSL color Cylindrical-coordinate representation of color #1A9EA1: hue angle of 181.33º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9EA1 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 158 | 161 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.37 |
| HSL | 181.33º | 0.72% | 0.37% | - |
| HSV(B) | 181.33º | 0.84% | 0.63% | - |
| XYZ | 19.09 | 27.25 | 37.97 | - |
| YUV | 118.87 | 151.77 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 158 | 161 | 0.84 | 0.02 | 0 | 0.37 | 181.33 | 0.72 | 0.37 |
| Hex | 1A | 9E | A1 | 54 | 2 | 0 | 25 | B5 | 48 | 25 |
| Octal | 32 | 236 | 241 | 124 | 2 | 0 | 45 | 265 | 110 | 45 |
| Binary | 11010 | 10011110 | 10100001 | 1010100 | 10 | 0 | 100101 | 10110101 | 1001000 | 100101 |
Color Harmonies of #1A9EA1
Complementary color
Monochromatic Colors of #1A9EA1
Black with #1A9EA1
Text Example
Text Example
White with #1A9EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9EA1; }
p { color: rgb(26,158,161); }
H1.HeaderClassName
{
color: #1A9EA1;
}
.AnyTagClassName
{
color: #1A9EA1;
}
</style>
background-color css
<style>
a { background-color: #1A9EA1; }
a { background-color: rgb(26,158,161); }
div.DivClassName
{
background-color: #1A9EA1;
}
.BgClassName
{
background-color: #1A9EA1;
}
</style>
border-color css
<style>
span { border-color: #1A9EA1; }
span { border-color: rgb(26,158,161); }
td.TdClassName
{
border-color: #1A9EA1;
}
.TagClassName
{
border-color: #1A9EA1;
}
</style>