Shades of Java #1A8789
Tints of Java #1A8789
RGB
CMYK
RGB Variations
Color information
#1A8789 (or 0x1A8789) is known color: Java. HEX triplet: 1A, 87 and 89. RGB value is (26,135,137). Sum of RGB (Red+Green+Blue) = 26+135+137=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A8789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8789 is #E57876. Grayscale: #666666. Windows color (decimal): -15038583 or 9013018. OLE color: 9013018.
HSL color Cylindrical-coordinate representation of color #1A8789: hue angle of 181.08º 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 #1A8789 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 135 | 137 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.46 |
| HSL | 181.08º | 0.68% | 0.32% | - |
| HSV(B) | 181.08º | 0.81% | 0.54% | - |
| XYZ | 13.61 | 19.35 | 26.69 | - |
| YUV | 102.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 137 | 0.81 | 0.01 | 0 | 0.46 | 181.08 | 0.68 | 0.32 |
| Hex | 1A | 87 | 89 | 51 | 1 | 0 | 2E | B5 | 44 | 20 |
| Octal | 32 | 207 | 211 | 121 | 1 | 0 | 56 | 265 | 104 | 40 |
| Binary | 11010 | 10000111 | 10001001 | 1010001 | 1 | 0 | 101110 | 10110101 | 1000100 | 100000 |
Color Harmonies of #1A8789
Complementary color
Monochromatic Colors of #1A8789
Black with #1A8789
Text Example
Text Example
White with #1A8789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8789; }
p { color: rgb(26,135,137); }
H1.HeaderClassName
{
color: #1A8789;
}
.AnyTagClassName
{
color: #1A8789;
}
</style>
background-color css
<style>
a { background-color: #1A8789; }
a { background-color: rgb(26,135,137); }
div.DivClassName
{
background-color: #1A8789;
}
.BgClassName
{
background-color: #1A8789;
}
</style>
border-color css
<style>
span { border-color: #1A8789; }
span { border-color: rgb(26,135,137); }
td.TdClassName
{
border-color: #1A8789;
}
.TagClassName
{
border-color: #1A8789;
}
</style>