Shades of Java #1A9087
Tints of Java #1A9087
RGB
CMYK
RGB Variations
Color information
#1A9087 (or 0x1A9087) is known color: Java. HEX triplet: 1A, 90 and 87. RGB value is (26,144,135). Sum of RGB (Red+Green+Blue) = 26+144+135=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #1A9087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9087 is #E56F78. Grayscale: #6B6B6B. Windows color (decimal): -15036281 or 8884250. OLE color: 8884250.
HSL color Cylindrical-coordinate representation of color #1A9087: hue angle of 175.42º 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 #1A9087 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 144 | 135 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.44 |
| HSL | 175.42º | 0.69% | 0.33% | - |
| HSV(B) | 175.42º | 0.82% | 0.56% | - |
| XYZ | 14.77 | 21.92 | 26.37 | - |
| YUV | 107.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 135 | 0.82 | 0 | 0.06 | 0.44 | 175.42 | 0.69 | 0.33 |
| Hex | 1A | 90 | 87 | 52 | 0 | 6 | 2C | AF | 45 | 21 |
| Octal | 32 | 220 | 207 | 122 | 0 | 6 | 54 | 257 | 105 | 41 |
| Binary | 11010 | 10010000 | 10000111 | 1010010 | 0 | 110 | 101100 | 10101111 | 1000101 | 100001 |
Color Harmonies of #1A9087
Complementary color
Monochromatic Colors of #1A9087
Black with #1A9087
Text Example
Text Example
White with #1A9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9087; }
p { color: rgb(26,144,135); }
H1.HeaderClassName
{
color: #1A9087;
}
.AnyTagClassName
{
color: #1A9087;
}
</style>
background-color css
<style>
a { background-color: #1A9087; }
a { background-color: rgb(26,144,135); }
div.DivClassName
{
background-color: #1A9087;
}
.BgClassName
{
background-color: #1A9087;
}
</style>
border-color css
<style>
span { border-color: #1A9087; }
span { border-color: rgb(26,144,135); }
td.TdClassName
{
border-color: #1A9087;
}
.TagClassName
{
border-color: #1A9087;
}
</style>