Shades of Java #19938B
Tints of Java #19938B
RGB
CMYK
RGB Variations
Color information
#19938B (or 0x19938B) is known color: Java. HEX triplet: 19, 93 and 8B. RGB value is (25,147,139). Sum of RGB (Red+Green+Blue) = 25+147+139=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #19938B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19938B is #E66C74. Grayscale: #6D6D6D. Windows color (decimal): -15101045 or 9147161. OLE color: 9147161.
HSL color Cylindrical-coordinate representation of color #19938B: hue angle of 176.07º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19938B is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 147 | 139 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.42 |
| HSL | 176.07º | 0.71% | 0.34% | - |
| HSV(B) | 176.07º | 0.83% | 0.58% | - |
| XYZ | 15.49 | 22.94 | 28.04 | - |
| YUV | 109.61 | 144.58 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 139 | 0.83 | 0 | 0.05 | 0.42 | 176.07 | 0.71 | 0.34 |
| Hex | 19 | 93 | 8B | 53 | 0 | 5 | 2A | B0 | 47 | 22 |
| Octal | 31 | 223 | 213 | 123 | 0 | 5 | 52 | 260 | 107 | 42 |
| Binary | 11001 | 10010011 | 10001011 | 1010011 | 0 | 101 | 101010 | 10110000 | 1000111 | 100010 |
Color Harmonies of #19938B
Complementary color
Monochromatic Colors of #19938B
Black with #19938B
Text Example
Text Example
White with #19938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19938B; }
p { color: rgb(25,147,139); }
H1.HeaderClassName
{
color: #19938B;
}
.AnyTagClassName
{
color: #19938B;
}
</style>
background-color css
<style>
a { background-color: #19938B; }
a { background-color: rgb(25,147,139); }
div.DivClassName
{
background-color: #19938B;
}
.BgClassName
{
background-color: #19938B;
}
</style>
border-color css
<style>
span { border-color: #19938B; }
span { border-color: rgb(25,147,139); }
td.TdClassName
{
border-color: #19938B;
}
.TagClassName
{
border-color: #19938B;
}
</style>