Shades of Java #19919E
Tints of Java #19919E
RGB
CMYK
RGB Variations
Color information
#19919E (or 0x19919E) is known color: Java. HEX triplet: 19, 91 and 9E. RGB value is (25,145,158). Sum of RGB (Red+Green+Blue) = 25+145+158=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #19919E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19919E is #E66E61. Grayscale: #6E6E6E. Windows color (decimal): -15101538 or 10391833. OLE color: 10391833.
HSL color Cylindrical-coordinate representation of color #19919E: hue angle of 185.86º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19919E is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 145 | 158 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.38 |
| HSL | 185.86º | 0.73% | 0.36% | - |
| HSV(B) | 185.86º | 0.84% | 0.62% | - |
| XYZ | 16.7 | 22.93 | 35.89 | - |
| YUV | 110.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 158 | 0.84 | 0.08 | 0 | 0.38 | 185.86 | 0.73 | 0.36 |
| Hex | 19 | 91 | 9E | 54 | 8 | 0 | 26 | BA | 49 | 24 |
| Octal | 31 | 221 | 236 | 124 | 10 | 0 | 46 | 272 | 111 | 44 |
| Binary | 11001 | 10010001 | 10011110 | 1010100 | 1000 | 0 | 100110 | 10111010 | 1001001 | 100100 |
Color Harmonies of #19919E
Complementary color
Monochromatic Colors of #19919E
Black with #19919E
Text Example
Text Example
White with #19919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19919E; }
p { color: rgb(25,145,158); }
H1.HeaderClassName
{
color: #19919E;
}
.AnyTagClassName
{
color: #19919E;
}
</style>
background-color css
<style>
a { background-color: #19919E; }
a { background-color: rgb(25,145,158); }
div.DivClassName
{
background-color: #19919E;
}
.BgClassName
{
background-color: #19919E;
}
</style>
border-color css
<style>
span { border-color: #19919E; }
span { border-color: rgb(25,145,158); }
td.TdClassName
{
border-color: #19919E;
}
.TagClassName
{
border-color: #19919E;
}
</style>