Shades of Java #199191
Tints of Java #199191
RGB
CMYK
RGB Variations
Color information
#199191 (or 0x199191) is known color: Java. HEX triplet: 19, 91 and 91. RGB value is (25,145,145). Sum of RGB (Red+Green+Blue) = 25+145+145=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #199191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199191 is #E66E6E. Grayscale: #6D6D6D. Windows color (decimal): -15101551 or 9539865. OLE color: 9539865.
HSL color Cylindrical-coordinate representation of color #199191: hue angle of 180º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199191 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 145 | - |
| CMYK | 0.83 | 0 | 0 | 0.43 |
| HSL | 180º | 0.71% | 0.33% | - |
| HSV(B) | 180º | 0.83% | 0.57% | - |
| XYZ | 15.64 | 22.5 | 30.31 | - |
| YUV | 109.12 | 148.24 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 145 | 0.83 | 0 | 0 | 0.43 | 180 | 0.71 | 0.33 |
| Hex | 19 | 91 | 91 | 53 | 0 | 0 | 2B | B4 | 47 | 21 |
| Octal | 31 | 221 | 221 | 123 | 0 | 0 | 53 | 264 | 107 | 41 |
| Binary | 11001 | 10010001 | 10010001 | 1010011 | 0 | 0 | 101011 | 10110100 | 1000111 | 100001 |
Color Harmonies of #199191
Complementary color
Monochromatic Colors of #199191
Black with #199191
Text Example
Text Example
White with #199191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199191; }
p { color: rgb(25,145,145); }
H1.HeaderClassName
{
color: #199191;
}
.AnyTagClassName
{
color: #199191;
}
</style>
background-color css
<style>
a { background-color: #199191; }
a { background-color: rgb(25,145,145); }
div.DivClassName
{
background-color: #199191;
}
.BgClassName
{
background-color: #199191;
}
</style>
border-color css
<style>
span { border-color: #199191; }
span { border-color: rgb(25,145,145); }
td.TdClassName
{
border-color: #199191;
}
.TagClassName
{
border-color: #199191;
}
</style>