Shades of Java #199991
Tints of Java #199991
RGB
CMYK
RGB Variations
Color information
#199991 (or 0x199991) is known color: Java. HEX triplet: 19, 99 and 91. RGB value is (25,153,145). Sum of RGB (Red+Green+Blue) = 25+153+145=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #199991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199991 is #E6666E. Grayscale: #717171. Windows color (decimal): -15099503 or 9541913. OLE color: 9541913.
HSL color Cylindrical-coordinate representation of color #199991: hue angle of 176.25º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199991 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 145 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.4 |
| HSL | 176.25º | 0.72% | 0.35% | - |
| HSV(B) | 176.25º | 0.84% | 0.6% | - |
| XYZ | 16.9 | 25.03 | 30.73 | - |
| YUV | 113.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 145 | 0.84 | 0 | 0.05 | 0.4 | 176.25 | 0.72 | 0.35 |
| Hex | 19 | 99 | 91 | 54 | 0 | 5 | 28 | B0 | 48 | 23 |
| Octal | 31 | 231 | 221 | 124 | 0 | 5 | 50 | 260 | 110 | 43 |
| Binary | 11001 | 10011001 | 10010001 | 1010100 | 0 | 101 | 101000 | 10110000 | 1001000 | 100011 |
Color Harmonies of #199991
Complementary color
Monochromatic Colors of #199991
Black with #199991
Text Example
Text Example
White with #199991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199991; }
p { color: rgb(25,153,145); }
H1.HeaderClassName
{
color: #199991;
}
.AnyTagClassName
{
color: #199991;
}
</style>
background-color css
<style>
a { background-color: #199991; }
a { background-color: rgb(25,153,145); }
div.DivClassName
{
background-color: #199991;
}
.BgClassName
{
background-color: #199991;
}
</style>
border-color css
<style>
span { border-color: #199991; }
span { border-color: rgb(25,153,145); }
td.TdClassName
{
border-color: #199991;
}
.TagClassName
{
border-color: #199991;
}
</style>