Shades of Java #1E8692
Tints of Java #1E8692
RGB
CMYK
RGB Variations
Color information
#1E8692 (or 0x1E8692) is known color: Java. HEX triplet: 1E, 86 and 92. RGB value is (30,134,146). Sum of RGB (Red+Green+Blue) = 30+134+146=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E8692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8692 is #E1796D. Grayscale: #686868. Windows color (decimal): -14776686 or 9602590. OLE color: 9602590.
HSL color Cylindrical-coordinate representation of color #1E8692: hue angle of 186.21º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8692 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 134 | 146 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.43 |
| HSL | 186.21º | 0.66% | 0.35% | - |
| HSV(B) | 186.21º | 0.79% | 0.57% | - |
| XYZ | 14.25 | 19.4 | 30.19 | - |
| YUV | 104.27 | 151.54 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 146 | 0.79 | 0.08 | 0 | 0.43 | 186.21 | 0.66 | 0.35 |
| Hex | 1E | 86 | 92 | 4F | 8 | 0 | 2B | BA | 42 | 23 |
| Octal | 36 | 206 | 222 | 117 | 10 | 0 | 53 | 272 | 102 | 43 |
| Binary | 11110 | 10000110 | 10010010 | 1001111 | 1000 | 0 | 101011 | 10111010 | 1000010 | 100011 |
Color Harmonies of #1E8692
Complementary color
Monochromatic Colors of #1E8692
Black with #1E8692
Text Example
Text Example
White with #1E8692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8692; }
p { color: rgb(30,134,146); }
H1.HeaderClassName
{
color: #1E8692;
}
.AnyTagClassName
{
color: #1E8692;
}
</style>
background-color css
<style>
a { background-color: #1E8692; }
a { background-color: rgb(30,134,146); }
div.DivClassName
{
background-color: #1E8692;
}
.BgClassName
{
background-color: #1E8692;
}
</style>
border-color css
<style>
span { border-color: #1E8692; }
span { border-color: rgb(30,134,146); }
td.TdClassName
{
border-color: #1E8692;
}
.TagClassName
{
border-color: #1E8692;
}
</style>