Shades of Java #19928D
Tints of Java #19928D
RGB
CMYK
RGB Variations
Color information
#19928D (or 0x19928D) is known color: Java. HEX triplet: 19, 92 and 8D. RGB value is (25,146,141). Sum of RGB (Red+Green+Blue) = 25+146+141=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #19928D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19928D is #E66D72. Grayscale: #6D6D6D. Windows color (decimal): -15101299 or 9277977. OLE color: 9277977.
HSL color Cylindrical-coordinate representation of color #19928D: hue angle of 177.52º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19928D is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 141 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.43 |
| HSL | 177.52º | 0.71% | 0.34% | - |
| HSV(B) | 177.52º | 0.83% | 0.57% | - |
| XYZ | 15.49 | 22.69 | 28.76 | - |
| YUV | 109.25 | 145.91 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 141 | 0.83 | 0 | 0.03 | 0.43 | 177.52 | 0.71 | 0.34 |
| Hex | 19 | 92 | 8D | 53 | 0 | 3 | 2B | B2 | 47 | 22 |
| Octal | 31 | 222 | 215 | 123 | 0 | 3 | 53 | 262 | 107 | 42 |
| Binary | 11001 | 10010010 | 10001101 | 1010011 | 0 | 11 | 101011 | 10110010 | 1000111 | 100010 |
Color Harmonies of #19928D
Complementary color
Monochromatic Colors of #19928D
Black with #19928D
Text Example
Text Example
White with #19928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19928D; }
p { color: rgb(25,146,141); }
H1.HeaderClassName
{
color: #19928D;
}
.AnyTagClassName
{
color: #19928D;
}
</style>
background-color css
<style>
a { background-color: #19928D; }
a { background-color: rgb(25,146,141); }
div.DivClassName
{
background-color: #19928D;
}
.BgClassName
{
background-color: #19928D;
}
</style>
border-color css
<style>
span { border-color: #19928D; }
span { border-color: rgb(25,146,141); }
td.TdClassName
{
border-color: #19928D;
}
.TagClassName
{
border-color: #19928D;
}
</style>