Shades of Java #1A8994
Tints of Java #1A8994
RGB
CMYK
RGB Variations
Color information
#1A8994 (or 0x1A8994) is known color: Java. HEX triplet: 1A, 89 and 94. RGB value is (26,137,148). Sum of RGB (Red+Green+Blue) = 26+137+148=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A8994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8994 is #E5766B. Grayscale: #686868. Windows color (decimal): -15038060 or 9734426. OLE color: 9734426.
HSL color Cylindrical-coordinate representation of color #1A8994: hue angle of 185.41º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8994 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 137 | 148 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.42 |
| HSL | 185.41º | 0.7% | 0.34% | - |
| HSV(B) | 185.41º | 0.82% | 0.58% | - |
| XYZ | 14.72 | 20.25 | 31.15 | - |
| YUV | 105.07 | 152.23 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 148 | 0.82 | 0.07 | 0 | 0.42 | 185.41 | 0.7 | 0.34 |
| Hex | 1A | 89 | 94 | 52 | 7 | 0 | 2A | B9 | 46 | 22 |
| Octal | 32 | 211 | 224 | 122 | 7 | 0 | 52 | 271 | 106 | 42 |
| Binary | 11010 | 10001001 | 10010100 | 1010010 | 111 | 0 | 101010 | 10111001 | 1000110 | 100010 |
Color Harmonies of #1A8994
Complementary color
Monochromatic Colors of #1A8994
Black with #1A8994
Text Example
Text Example
White with #1A8994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8994; }
p { color: rgb(26,137,148); }
H1.HeaderClassName
{
color: #1A8994;
}
.AnyTagClassName
{
color: #1A8994;
}
</style>
background-color css
<style>
a { background-color: #1A8994; }
a { background-color: rgb(26,137,148); }
div.DivClassName
{
background-color: #1A8994;
}
.BgClassName
{
background-color: #1A8994;
}
</style>
border-color css
<style>
span { border-color: #1A8994; }
span { border-color: rgb(26,137,148); }
td.TdClassName
{
border-color: #1A8994;
}
.TagClassName
{
border-color: #1A8994;
}
</style>