Shades of Java #1A898B
Tints of Java #1A898B
RGB
CMYK
RGB Variations
Color information
#1A898B (or 0x1A898B) is known color: Java. HEX triplet: 1A, 89 and 8B. RGB value is (26,137,139). Sum of RGB (Red+Green+Blue) = 26+137+139=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A898B is #E57674. Grayscale: #676767. Windows color (decimal): -15038069 or 9144602. OLE color: 9144602.
HSL color Cylindrical-coordinate representation of color #1A898B: hue angle of 181.06º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A898B is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 137 | 139 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.45 |
| HSL | 181.06º | 0.68% | 0.32% | - |
| HSV(B) | 181.06º | 0.81% | 0.55% | - |
| XYZ | 14.03 | 19.98 | 27.54 | - |
| YUV | 104.04 | 147.73 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 139 | 0.81 | 0.01 | 0 | 0.45 | 181.06 | 0.68 | 0.32 |
| Hex | 1A | 89 | 8B | 51 | 1 | 0 | 2D | B5 | 44 | 20 |
| Octal | 32 | 211 | 213 | 121 | 1 | 0 | 55 | 265 | 104 | 40 |
| Binary | 11010 | 10001001 | 10001011 | 1010001 | 1 | 0 | 101101 | 10110101 | 1000100 | 100000 |
Color Harmonies of #1A898B
Complementary color
Monochromatic Colors of #1A898B
Black with #1A898B
Text Example
Text Example
White with #1A898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A898B; }
p { color: rgb(26,137,139); }
H1.HeaderClassName
{
color: #1A898B;
}
.AnyTagClassName
{
color: #1A898B;
}
</style>
background-color css
<style>
a { background-color: #1A898B; }
a { background-color: rgb(26,137,139); }
div.DivClassName
{
background-color: #1A898B;
}
.BgClassName
{
background-color: #1A898B;
}
</style>
border-color css
<style>
span { border-color: #1A898B; }
span { border-color: rgb(26,137,139); }
td.TdClassName
{
border-color: #1A898B;
}
.TagClassName
{
border-color: #1A898B;
}
</style>