Shades of Java #1E8994
Tints of Java #1E8994
RGB
CMYK
RGB Variations
Color information
#1E8994 (or 0x1E8994) is known color: Java. HEX triplet: 1E, 89 and 94. RGB value is (30,137,148). Sum of RGB (Red+Green+Blue) = 30+137+148=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #1E8994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8994 is #E1766B. Grayscale: #6A6A6A. Windows color (decimal): -14775916 or 9734430. OLE color: 9734430.
HSL color Cylindrical-coordinate representation of color #1E8994: hue angle of 185.59º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E8994 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 137 | 148 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.42 |
| HSL | 185.59º | 0.66% | 0.35% | - |
| HSV(B) | 185.59º | 0.8% | 0.58% | - |
| XYZ | 14.83 | 20.31 | 31.15 | - |
| YUV | 106.26 | 151.55 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 137 | 148 | 0.80 | 0.07 | 0 | 0.42 | 185.59 | 0.66 | 0.35 |
| Hex | 1E | 89 | 94 | 50 | 7 | 0 | 2A | BA | 42 | 23 |
| Octal | 36 | 211 | 224 | 120 | 7 | 0 | 52 | 272 | 102 | 43 |
| Binary | 11110 | 10001001 | 10010100 | 1010000 | 111 | 0 | 101010 | 10111010 | 1000010 | 100011 |
Color Harmonies of #1E8994
Complementary color
Monochromatic Colors of #1E8994
Black with #1E8994
Text Example
Text Example
White with #1E8994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8994; }
p { color: rgb(30,137,148); }
H1.HeaderClassName
{
color: #1E8994;
}
.AnyTagClassName
{
color: #1E8994;
}
</style>
background-color css
<style>
a { background-color: #1E8994; }
a { background-color: rgb(30,137,148); }
div.DivClassName
{
background-color: #1E8994;
}
.BgClassName
{
background-color: #1E8994;
}
</style>
border-color css
<style>
span { border-color: #1E8994; }
span { border-color: rgb(30,137,148); }
td.TdClassName
{
border-color: #1E8994;
}
.TagClassName
{
border-color: #1E8994;
}
</style>