Shades of Java #1A8899
Tints of Java #1A8899
RGB
CMYK
RGB Variations
Color information
#1A8899 (or 0x1A8899) is known color: Java. HEX triplet: 1A, 88 and 99. RGB value is (26,136,153). Sum of RGB (Red+Green+Blue) = 26+136+153=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A8899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8899 is #E57766. Grayscale: #686868. Windows color (decimal): -15038311 or 10061850. OLE color: 10061850.
HSL color Cylindrical-coordinate representation of color #1A8899: hue angle of 188.03º 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 #1A8899 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 136 | 153 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.4 |
| HSL | 188.03º | 0.71% | 0.35% | - |
| HSV(B) | 188.03º | 0.83% | 0.6% | - |
| XYZ | 14.98 | 20.13 | 33.23 | - |
| YUV | 105.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 136 | 153 | 0.83 | 0.11 | 0 | 0.4 | 188.03 | 0.71 | 0.35 |
| Hex | 1A | 88 | 99 | 53 | B | 0 | 28 | BC | 47 | 23 |
| Octal | 32 | 210 | 231 | 123 | 13 | 0 | 50 | 274 | 107 | 43 |
| Binary | 11010 | 10001000 | 10011001 | 1010011 | 1011 | 0 | 101000 | 10111100 | 1000111 | 100011 |
Color Harmonies of #1A8899
Complementary color
Monochromatic Colors of #1A8899
Black with #1A8899
Text Example
Text Example
White with #1A8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8899; }
p { color: rgb(26,136,153); }
H1.HeaderClassName
{
color: #1A8899;
}
.AnyTagClassName
{
color: #1A8899;
}
</style>
background-color css
<style>
a { background-color: #1A8899; }
a { background-color: rgb(26,136,153); }
div.DivClassName
{
background-color: #1A8899;
}
.BgClassName
{
background-color: #1A8899;
}
</style>
border-color css
<style>
span { border-color: #1A8899; }
span { border-color: rgb(26,136,153); }
td.TdClassName
{
border-color: #1A8899;
}
.TagClassName
{
border-color: #1A8899;
}
</style>