Shades of Java #1A868A
Tints of Java #1A868A
RGB
CMYK
RGB Variations
Color information
#1A868A (or 0x1A868A) is known color: Java. HEX triplet: 1A, 86 and 8A. RGB value is (26,134,138). Sum of RGB (Red+Green+Blue) = 26+134+138=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A868A is #E57975. Grayscale: #666666. Windows color (decimal): -15038838 or 9078298. OLE color: 9078298.
HSL color Cylindrical-coordinate representation of color #1A868A: hue angle of 182.14º 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 #1A868A is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 134 | 138 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.46 |
| HSL | 182.14º | 0.68% | 0.32% | - |
| HSV(B) | 182.14º | 0.81% | 0.54% | - |
| XYZ | 13.54 | 19.1 | 27.02 | - |
| YUV | 102.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 138 | 0.81 | 0.03 | 0 | 0.46 | 182.14 | 0.68 | 0.32 |
| Hex | 1A | 86 | 8A | 51 | 3 | 0 | 2E | B6 | 44 | 20 |
| Octal | 32 | 206 | 212 | 121 | 3 | 0 | 56 | 266 | 104 | 40 |
| Binary | 11010 | 10000110 | 10001010 | 1010001 | 11 | 0 | 101110 | 10110110 | 1000100 | 100000 |
Color Harmonies of #1A868A
Complementary color
Monochromatic Colors of #1A868A
Black with #1A868A
Text Example
Text Example
White with #1A868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A868A; }
p { color: rgb(26,134,138); }
H1.HeaderClassName
{
color: #1A868A;
}
.AnyTagClassName
{
color: #1A868A;
}
</style>
background-color css
<style>
a { background-color: #1A868A; }
a { background-color: rgb(26,134,138); }
div.DivClassName
{
background-color: #1A868A;
}
.BgClassName
{
background-color: #1A868A;
}
</style>
border-color css
<style>
span { border-color: #1A868A; }
span { border-color: rgb(26,134,138); }
td.TdClassName
{
border-color: #1A868A;
}
.TagClassName
{
border-color: #1A868A;
}
</style>