Shades of Java #1A828D
Tints of Java #1A828D
RGB
CMYK
RGB Variations
Color information
#1A828D (or 0x1A828D) is known color: Java. HEX triplet: 1A, 82 and 8D. RGB value is (26,130,141). Sum of RGB (Red+Green+Blue) = 26+130+141=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A828D is #E57D72. Grayscale: #646464. Windows color (decimal): -15039859 or 9273882. OLE color: 9273882.
HSL color Cylindrical-coordinate representation of color #1A828D: hue angle of 185.74º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A828D is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 130 | 141 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.45 |
| HSL | 185.74º | 0.69% | 0.33% | - |
| HSV(B) | 185.74º | 0.82% | 0.55% | - |
| XYZ | 13.22 | 18.11 | 28 | - |
| YUV | 100.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 130 | 141 | 0.82 | 0.08 | 0 | 0.45 | 185.74 | 0.69 | 0.33 |
| Hex | 1A | 82 | 8D | 52 | 8 | 0 | 2D | BA | 45 | 21 |
| Octal | 32 | 202 | 215 | 122 | 10 | 0 | 55 | 272 | 105 | 41 |
| Binary | 11010 | 10000010 | 10001101 | 1010010 | 1000 | 0 | 101101 | 10111010 | 1000101 | 100001 |
Color Harmonies of #1A828D
Complementary color
Monochromatic Colors of #1A828D
Black with #1A828D
Text Example
Text Example
White with #1A828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A828D; }
p { color: rgb(26,130,141); }
H1.HeaderClassName
{
color: #1A828D;
}
.AnyTagClassName
{
color: #1A828D;
}
</style>
background-color css
<style>
a { background-color: #1A828D; }
a { background-color: rgb(26,130,141); }
div.DivClassName
{
background-color: #1A828D;
}
.BgClassName
{
background-color: #1A828D;
}
</style>
border-color css
<style>
span { border-color: #1A828D; }
span { border-color: rgb(26,130,141); }
td.TdClassName
{
border-color: #1A828D;
}
.TagClassName
{
border-color: #1A828D;
}
</style>