Shades of Java #1F9389
Tints of Java #1F9389
RGB
CMYK
RGB Variations
Color information
#1F9389 (or 0x1F9389) is known color: Java. HEX triplet: 1F, 93 and 89. RGB value is (31,147,137). Sum of RGB (Red+Green+Blue) = 31+147+137=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9389 is #E06C76. Grayscale: #6F6F6F. Windows color (decimal): -14707831 or 9016095. OLE color: 9016095.
HSL color Cylindrical-coordinate representation of color #1F9389: hue angle of 174.83º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9389 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 137 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.42 |
| HSL | 174.83º | 0.65% | 0.35% | - |
| HSV(B) | 174.83º | 0.79% | 0.58% | - |
| XYZ | 15.51 | 22.96 | 27.28 | - |
| YUV | 111.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 137 | 0.79 | 0 | 0.07 | 0.42 | 174.83 | 0.65 | 0.35 |
| Hex | 1F | 93 | 89 | 4F | 0 | 7 | 2A | AF | 41 | 23 |
| Octal | 37 | 223 | 211 | 117 | 0 | 7 | 52 | 257 | 101 | 43 |
| Binary | 11111 | 10010011 | 10001001 | 1001111 | 0 | 111 | 101010 | 10101111 | 1000001 | 100011 |
Color Harmonies of #1F9389
Complementary color
Monochromatic Colors of #1F9389
Black with #1F9389
Text Example
Text Example
White with #1F9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9389; }
p { color: rgb(31,147,137); }
H1.HeaderClassName
{
color: #1F9389;
}
.AnyTagClassName
{
color: #1F9389;
}
</style>
background-color css
<style>
a { background-color: #1F9389; }
a { background-color: rgb(31,147,137); }
div.DivClassName
{
background-color: #1F9389;
}
.BgClassName
{
background-color: #1F9389;
}
</style>
border-color css
<style>
span { border-color: #1F9389; }
span { border-color: rgb(31,147,137); }
td.TdClassName
{
border-color: #1F9389;
}
.TagClassName
{
border-color: #1F9389;
}
</style>