Shades of Java #1A848E
Tints of Java #1A848E
RGB
CMYK
RGB Variations
Color information
#1A848E (or 0x1A848E) is known color: Java. HEX triplet: 1A, 84 and 8E. RGB value is (26,132,142). Sum of RGB (Red+Green+Blue) = 26+132+142=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A848E is #E57B71. Grayscale: #656565. Windows color (decimal): -15039346 or 9339930. OLE color: 9339930.
HSL color Cylindrical-coordinate representation of color #1A848E: hue angle of 185.17º 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 #1A848E is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 132 | 142 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.44 |
| HSL | 185.17º | 0.69% | 0.33% | - |
| HSV(B) | 185.17º | 0.82% | 0.56% | - |
| XYZ | 13.56 | 18.68 | 28.48 | - |
| YUV | 101.45 | 150.88 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 142 | 0.82 | 0.07 | 0 | 0.44 | 185.17 | 0.69 | 0.33 |
| Hex | 1A | 84 | 8E | 52 | 7 | 0 | 2C | B9 | 45 | 21 |
| Octal | 32 | 204 | 216 | 122 | 7 | 0 | 54 | 271 | 105 | 41 |
| Binary | 11010 | 10000100 | 10001110 | 1010010 | 111 | 0 | 101100 | 10111001 | 1000101 | 100001 |
Color Harmonies of #1A848E
Complementary color
Monochromatic Colors of #1A848E
Black with #1A848E
Text Example
Text Example
White with #1A848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A848E; }
p { color: rgb(26,132,142); }
H1.HeaderClassName
{
color: #1A848E;
}
.AnyTagClassName
{
color: #1A848E;
}
</style>
background-color css
<style>
a { background-color: #1A848E; }
a { background-color: rgb(26,132,142); }
div.DivClassName
{
background-color: #1A848E;
}
.BgClassName
{
background-color: #1A848E;
}
</style>
border-color css
<style>
span { border-color: #1A848E; }
span { border-color: rgb(26,132,142); }
td.TdClassName
{
border-color: #1A848E;
}
.TagClassName
{
border-color: #1A848E;
}
</style>