Shades of Java #1A898E
Tints of Java #1A898E
RGB
CMYK
RGB Variations
Color information
#1A898E (or 0x1A898E) is known color: Java. HEX triplet: 1A, 89 and 8E. RGB value is (26,137,142). Sum of RGB (Red+Green+Blue) = 26+137+142=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A898E is #E57671. Grayscale: #686868. Windows color (decimal): -15038066 or 9341210. OLE color: 9341210.
HSL color Cylindrical-coordinate representation of color #1A898E: hue angle of 182.59º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A898E is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 137 | 142 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.44 |
| HSL | 182.59º | 0.69% | 0.33% | - |
| HSV(B) | 182.59º | 0.82% | 0.56% | - |
| XYZ | 14.25 | 20.06 | 28.71 | - |
| YUV | 104.38 | 149.23 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 142 | 0.82 | 0.04 | 0 | 0.44 | 182.59 | 0.69 | 0.33 |
| Hex | 1A | 89 | 8E | 52 | 4 | 0 | 2C | B7 | 45 | 21 |
| Octal | 32 | 211 | 216 | 122 | 4 | 0 | 54 | 267 | 105 | 41 |
| Binary | 11010 | 10001001 | 10001110 | 1010010 | 100 | 0 | 101100 | 10110111 | 1000101 | 100001 |
Color Harmonies of #1A898E
Complementary color
Monochromatic Colors of #1A898E
Black with #1A898E
Text Example
Text Example
White with #1A898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A898E; }
p { color: rgb(26,137,142); }
H1.HeaderClassName
{
color: #1A898E;
}
.AnyTagClassName
{
color: #1A898E;
}
</style>
background-color css
<style>
a { background-color: #1A898E; }
a { background-color: rgb(26,137,142); }
div.DivClassName
{
background-color: #1A898E;
}
.BgClassName
{
background-color: #1A898E;
}
</style>
border-color css
<style>
span { border-color: #1A898E; }
span { border-color: rgb(26,137,142); }
td.TdClassName
{
border-color: #1A898E;
}
.TagClassName
{
border-color: #1A898E;
}
</style>