Shades of Java #1A878A
Tints of Java #1A878A
RGB
CMYK
RGB Variations
Color information
#1A878A (or 0x1A878A) is known color: Java. HEX triplet: 1A, 87 and 8A. RGB value is (26,135,138). Sum of RGB (Red+Green+Blue) = 26+135+138=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A878A is #E57875. Grayscale: #666666. Windows color (decimal): -15038582 or 9078554. OLE color: 9078554.
HSL color Cylindrical-coordinate representation of color #1A878A: hue angle of 181.61º 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 #1A878A is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 135 | 138 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.46 |
| HSL | 181.61º | 0.68% | 0.32% | - |
| HSV(B) | 181.61º | 0.81% | 0.54% | - |
| XYZ | 13.68 | 19.38 | 27.07 | - |
| YUV | 102.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 138 | 0.81 | 0.02 | 0 | 0.46 | 181.61 | 0.68 | 0.32 |
| Hex | 1A | 87 | 8A | 51 | 2 | 0 | 2E | B6 | 44 | 20 |
| Octal | 32 | 207 | 212 | 121 | 2 | 0 | 56 | 266 | 104 | 40 |
| Binary | 11010 | 10000111 | 10001010 | 1010001 | 10 | 0 | 101110 | 10110110 | 1000100 | 100000 |
Color Harmonies of #1A878A
Complementary color
Monochromatic Colors of #1A878A
Black with #1A878A
Text Example
Text Example
White with #1A878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A878A; }
p { color: rgb(26,135,138); }
H1.HeaderClassName
{
color: #1A878A;
}
.AnyTagClassName
{
color: #1A878A;
}
</style>
background-color css
<style>
a { background-color: #1A878A; }
a { background-color: rgb(26,135,138); }
div.DivClassName
{
background-color: #1A878A;
}
.BgClassName
{
background-color: #1A878A;
}
</style>
border-color css
<style>
span { border-color: #1A878A; }
span { border-color: rgb(26,135,138); }
td.TdClassName
{
border-color: #1A878A;
}
.TagClassName
{
border-color: #1A878A;
}
</style>