Shades of Java #1E8691
Tints of Java #1E8691
RGB
CMYK
RGB Variations
Color information
#1E8691 (or 0x1E8691) is known color: Java. HEX triplet: 1E, 86 and 91. RGB value is (30,134,145). Sum of RGB (Red+Green+Blue) = 30+134+145=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #1E8691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8691 is #E1796E. Grayscale: #686868. Windows color (decimal): -14776687 or 9537054. OLE color: 9537054.
HSL color Cylindrical-coordinate representation of color #1E8691: hue angle of 185.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8691 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 134 | 145 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.43 |
| HSL | 185.74º | 0.66% | 0.34% | - |
| HSV(B) | 185.74º | 0.79% | 0.57% | - |
| XYZ | 14.17 | 19.37 | 29.78 | - |
| YUV | 104.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 145 | 0.79 | 0.08 | 0 | 0.43 | 185.74 | 0.66 | 0.34 |
| Hex | 1E | 86 | 91 | 4F | 8 | 0 | 2B | BA | 42 | 22 |
| Octal | 36 | 206 | 221 | 117 | 10 | 0 | 53 | 272 | 102 | 42 |
| Binary | 11110 | 10000110 | 10010001 | 1001111 | 1000 | 0 | 101011 | 10111010 | 1000010 | 100010 |
Color Harmonies of #1E8691
Complementary color
Monochromatic Colors of #1E8691
Black with #1E8691
Text Example
Text Example
White with #1E8691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8691; }
p { color: rgb(30,134,145); }
H1.HeaderClassName
{
color: #1E8691;
}
.AnyTagClassName
{
color: #1E8691;
}
</style>
background-color css
<style>
a { background-color: #1E8691; }
a { background-color: rgb(30,134,145); }
div.DivClassName
{
background-color: #1E8691;
}
.BgClassName
{
background-color: #1E8691;
}
</style>
border-color css
<style>
span { border-color: #1E8691; }
span { border-color: rgb(30,134,145); }
td.TdClassName
{
border-color: #1E8691;
}
.TagClassName
{
border-color: #1E8691;
}
</style>