Shades of Java #1A818E
Tints of Java #1A818E
RGB
CMYK
RGB Variations
Color information
#1A818E (or 0x1A818E) is known color: Java. HEX triplet: 1A, 81 and 8E. RGB value is (26,129,142). Sum of RGB (Red+Green+Blue) = 26+129+142=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A818E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A818E is #E57E71. Grayscale: #636363. Windows color (decimal): -15040114 or 9339162. OLE color: 9339162.
HSL color Cylindrical-coordinate representation of color #1A818E: hue angle of 186.72º 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 #1A818E is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 129 | 142 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.44 |
| HSL | 186.72º | 0.69% | 0.33% | - |
| HSV(B) | 186.72º | 0.82% | 0.56% | - |
| XYZ | 13.16 | 17.87 | 28.35 | - |
| YUV | 99.69 | 151.88 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 142 | 0.82 | 0.09 | 0 | 0.44 | 186.72 | 0.69 | 0.33 |
| Hex | 1A | 81 | 8E | 52 | 9 | 0 | 2C | BB | 45 | 21 |
| Octal | 32 | 201 | 216 | 122 | 11 | 0 | 54 | 273 | 105 | 41 |
| Binary | 11010 | 10000001 | 10001110 | 1010010 | 1001 | 0 | 101100 | 10111011 | 1000101 | 100001 |
Color Harmonies of #1A818E
Complementary color
Monochromatic Colors of #1A818E
Black with #1A818E
Text Example
Text Example
White with #1A818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A818E; }
p { color: rgb(26,129,142); }
H1.HeaderClassName
{
color: #1A818E;
}
.AnyTagClassName
{
color: #1A818E;
}
</style>
background-color css
<style>
a { background-color: #1A818E; }
a { background-color: rgb(26,129,142); }
div.DivClassName
{
background-color: #1A818E;
}
.BgClassName
{
background-color: #1A818E;
}
</style>
border-color css
<style>
span { border-color: #1A818E; }
span { border-color: rgb(26,129,142); }
td.TdClassName
{
border-color: #1A818E;
}
.TagClassName
{
border-color: #1A818E;
}
</style>