Shades of Java #1A858A
Tints of Java #1A858A
RGB
CMYK
RGB Variations
Color information
#1A858A (or 0x1A858A) is known color: Java. HEX triplet: 1A, 85 and 8A. RGB value is (26,133,138). Sum of RGB (Red+Green+Blue) = 26+133+138=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A858A is #E57A75. Grayscale: #656565. Windows color (decimal): -15039094 or 9078042. OLE color: 9078042.
HSL color Cylindrical-coordinate representation of color #1A858A: hue angle of 182.68º 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 #1A858A is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 133 | 138 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.46 |
| HSL | 182.68º | 0.68% | 0.32% | - |
| HSV(B) | 182.68º | 0.81% | 0.54% | - |
| XYZ | 13.4 | 18.83 | 26.97 | - |
| YUV | 101.58 | 148.55 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 138 | 0.81 | 0.04 | 0 | 0.46 | 182.68 | 0.68 | 0.32 |
| Hex | 1A | 85 | 8A | 51 | 4 | 0 | 2E | B7 | 44 | 20 |
| Octal | 32 | 205 | 212 | 121 | 4 | 0 | 56 | 267 | 104 | 40 |
| Binary | 11010 | 10000101 | 10001010 | 1010001 | 100 | 0 | 101110 | 10110111 | 1000100 | 100000 |
Color Harmonies of #1A858A
Complementary color
Monochromatic Colors of #1A858A
Black with #1A858A
Text Example
Text Example
White with #1A858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A858A; }
p { color: rgb(26,133,138); }
H1.HeaderClassName
{
color: #1A858A;
}
.AnyTagClassName
{
color: #1A858A;
}
</style>
background-color css
<style>
a { background-color: #1A858A; }
a { background-color: rgb(26,133,138); }
div.DivClassName
{
background-color: #1A858A;
}
.BgClassName
{
background-color: #1A858A;
}
</style>
border-color css
<style>
span { border-color: #1A858A; }
span { border-color: rgb(26,133,138); }
td.TdClassName
{
border-color: #1A858A;
}
.TagClassName
{
border-color: #1A858A;
}
</style>