Shades of Java #1E8F9E
Tints of Java #1E8F9E
RGB
CMYK
RGB Variations
Color information
#1E8F9E (or 0x1E8F9E) is known color: Java. HEX triplet: 1E, 8F and 9E. RGB value is (30,143,158). Sum of RGB (Red+Green+Blue) = 30+143+158=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E8F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8F9E is #E17061. Grayscale: #6E6E6E. Windows color (decimal): -14774370 or 10391326. OLE color: 10391326.
HSL color Cylindrical-coordinate representation of color #1E8F9E: hue angle of 187.03º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E8F9E is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 143 | 158 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.38 |
| HSL | 187.03º | 0.68% | 0.37% | - |
| HSV(B) | 187.03º | 0.81% | 0.62% | - |
| XYZ | 16.53 | 22.39 | 35.8 | - |
| YUV | 110.92 | 154.56 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 143 | 158 | 0.81 | 0.09 | 0 | 0.38 | 187.03 | 0.68 | 0.37 |
| Hex | 1E | 8F | 9E | 51 | 9 | 0 | 26 | BB | 44 | 25 |
| Octal | 36 | 217 | 236 | 121 | 11 | 0 | 46 | 273 | 104 | 45 |
| Binary | 11110 | 10001111 | 10011110 | 1010001 | 1001 | 0 | 100110 | 10111011 | 1000100 | 100101 |
Color Harmonies of #1E8F9E
Complementary color
Monochromatic Colors of #1E8F9E
Black with #1E8F9E
Text Example
Text Example
White with #1E8F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8F9E; }
p { color: rgb(30,143,158); }
H1.HeaderClassName
{
color: #1E8F9E;
}
.AnyTagClassName
{
color: #1E8F9E;
}
</style>
background-color css
<style>
a { background-color: #1E8F9E; }
a { background-color: rgb(30,143,158); }
div.DivClassName
{
background-color: #1E8F9E;
}
.BgClassName
{
background-color: #1E8F9E;
}
</style>
border-color css
<style>
span { border-color: #1E8F9E; }
span { border-color: rgb(30,143,158); }
td.TdClassName
{
border-color: #1E8F9E;
}
.TagClassName
{
border-color: #1E8F9E;
}
</style>