Shades of Java #1A848A
Tints of Java #1A848A
RGB
CMYK
RGB Variations
Color information
#1A848A (or 0x1A848A) is known color: Java. HEX triplet: 1A, 84 and 8A. RGB value is (26,132,138). Sum of RGB (Red+Green+Blue) = 26+132+138=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A848A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A848A is #E57B75. Grayscale: #646464. Windows color (decimal): -15039350 or 9077786. OLE color: 9077786.
HSL color Cylindrical-coordinate representation of color #1A848A: hue angle of 183.21º 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 #1A848A is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 132 | 138 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.46 |
| HSL | 183.21º | 0.68% | 0.32% | - |
| HSV(B) | 183.21º | 0.81% | 0.54% | - |
| XYZ | 13.26 | 18.56 | 26.93 | - |
| YUV | 100.99 | 148.88 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 138 | 0.81 | 0.04 | 0 | 0.46 | 183.21 | 0.68 | 0.32 |
| Hex | 1A | 84 | 8A | 51 | 4 | 0 | 2E | B7 | 44 | 20 |
| Octal | 32 | 204 | 212 | 121 | 4 | 0 | 56 | 267 | 104 | 40 |
| Binary | 11010 | 10000100 | 10001010 | 1010001 | 100 | 0 | 101110 | 10110111 | 1000100 | 100000 |
Color Harmonies of #1A848A
Complementary color
Monochromatic Colors of #1A848A
Black with #1A848A
Text Example
Text Example
White with #1A848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A848A; }
p { color: rgb(26,132,138); }
H1.HeaderClassName
{
color: #1A848A;
}
.AnyTagClassName
{
color: #1A848A;
}
</style>
background-color css
<style>
a { background-color: #1A848A; }
a { background-color: rgb(26,132,138); }
div.DivClassName
{
background-color: #1A848A;
}
.BgClassName
{
background-color: #1A848A;
}
</style>
border-color css
<style>
span { border-color: #1A848A; }
span { border-color: rgb(26,132,138); }
td.TdClassName
{
border-color: #1A848A;
}
.TagClassName
{
border-color: #1A848A;
}
</style>