Shades of Java #1A868E
Tints of Java #1A868E
RGB
CMYK
RGB Variations
Color information
#1A868E (or 0x1A868E) is known color: Java. HEX triplet: 1A, 86 and 8E. RGB value is (26,134,142). Sum of RGB (Red+Green+Blue) = 26+134+142=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A868E is #E57971. Grayscale: #666666. Windows color (decimal): -15038834 or 9340442. OLE color: 9340442.
HSL color Cylindrical-coordinate representation of color #1A868E: hue angle of 184.14º 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 #1A868E is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 134 | 142 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.44 |
| HSL | 184.14º | 0.69% | 0.33% | - |
| HSV(B) | 184.14º | 0.82% | 0.56% | - |
| XYZ | 13.83 | 19.22 | 28.57 | - |
| YUV | 102.62 | 150.22 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 142 | 0.82 | 0.06 | 0 | 0.44 | 184.14 | 0.69 | 0.33 |
| Hex | 1A | 86 | 8E | 52 | 6 | 0 | 2C | B8 | 45 | 21 |
| Octal | 32 | 206 | 216 | 122 | 6 | 0 | 54 | 270 | 105 | 41 |
| Binary | 11010 | 10000110 | 10001110 | 1010010 | 110 | 0 | 101100 | 10111000 | 1000101 | 100001 |
Color Harmonies of #1A868E
Complementary color
Monochromatic Colors of #1A868E
Black with #1A868E
Text Example
Text Example
White with #1A868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A868E; }
p { color: rgb(26,134,142); }
H1.HeaderClassName
{
color: #1A868E;
}
.AnyTagClassName
{
color: #1A868E;
}
</style>
background-color css
<style>
a { background-color: #1A868E; }
a { background-color: rgb(26,134,142); }
div.DivClassName
{
background-color: #1A868E;
}
.BgClassName
{
background-color: #1A868E;
}
</style>
border-color css
<style>
span { border-color: #1A868E; }
span { border-color: rgb(26,134,142); }
td.TdClassName
{
border-color: #1A868E;
}
.TagClassName
{
border-color: #1A868E;
}
</style>