Shades of Java #1A889A
Tints of Java #1A889A
RGB
CMYK
RGB Variations
Color information
#1A889A (or 0x1A889A) is known color: Java. HEX triplet: 1A, 88 and 9A. RGB value is (26,136,154). Sum of RGB (Red+Green+Blue) = 26+136+154=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A889A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A889A is #E57765. Grayscale: #686868. Windows color (decimal): -15038310 or 10127386. OLE color: 10127386.
HSL color Cylindrical-coordinate representation of color #1A889A: hue angle of 188.44º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A889A is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 136 | 154 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.40 |
| HSL | 188.44º | 0.71% | 0.35% | - |
| HSV(B) | 188.44º | 0.83% | 0.6% | - |
| XYZ | 15.06 | 20.16 | 33.67 | - |
| YUV | 105.16 | 155.56 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 136 | 154 | 0.83 | 0.12 | 0 | 0.40 | 188.44 | 0.71 | 0.35 |
| Hex | 1A | 88 | 9A | 53 | C | 0 | 28 | BC | 47 | 23 |
| Octal | 32 | 210 | 232 | 123 | 14 | 0 | 50 | 274 | 107 | 43 |
| Binary | 11010 | 10001000 | 10011010 | 1010011 | 1100 | 0 | 101000 | 10111100 | 1000111 | 100011 |
Color Harmonies of #1A889A
Complementary color
Monochromatic Colors of #1A889A
Black with #1A889A
Text Example
Text Example
White with #1A889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A889A; }
p { color: rgb(26,136,154); }
H1.HeaderClassName
{
color: #1A889A;
}
.AnyTagClassName
{
color: #1A889A;
}
</style>
background-color css
<style>
a { background-color: #1A889A; }
a { background-color: rgb(26,136,154); }
div.DivClassName
{
background-color: #1A889A;
}
.BgClassName
{
background-color: #1A889A;
}
</style>
border-color css
<style>
span { border-color: #1A889A; }
span { border-color: rgb(26,136,154); }
td.TdClassName
{
border-color: #1A889A;
}
.TagClassName
{
border-color: #1A889A;
}
</style>