Shades of Java #199195
Tints of Java #199195
RGB
CMYK
RGB Variations
Color information
#199195 (or 0x199195) is known color: Java. HEX triplet: 19, 91 and 95. RGB value is (25,145,149). Sum of RGB (Red+Green+Blue) = 25+145+149=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #199195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199195 is #E66E6A. Grayscale: #6D6D6D. Windows color (decimal): -15101547 or 9802009. OLE color: 9802009.
HSL color Cylindrical-coordinate representation of color #199195: hue angle of 181.94º 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 #199195 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 145 | 149 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.42 |
| HSL | 181.94º | 0.71% | 0.34% | - |
| HSV(B) | 181.94º | 0.83% | 0.58% | - |
| XYZ | 15.95 | 22.63 | 31.96 | - |
| YUV | 109.58 | 150.24 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 149 | 0.83 | 0.03 | 0 | 0.42 | 181.94 | 0.71 | 0.34 |
| Hex | 19 | 91 | 95 | 53 | 3 | 0 | 2A | B6 | 47 | 22 |
| Octal | 31 | 221 | 225 | 123 | 3 | 0 | 52 | 266 | 107 | 42 |
| Binary | 11001 | 10010001 | 10010101 | 1010011 | 11 | 0 | 101010 | 10110110 | 1000111 | 100010 |
Color Harmonies of #199195
Complementary color
Monochromatic Colors of #199195
Black with #199195
Text Example
Text Example
White with #199195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199195; }
p { color: rgb(25,145,149); }
H1.HeaderClassName
{
color: #199195;
}
.AnyTagClassName
{
color: #199195;
}
</style>
background-color css
<style>
a { background-color: #199195; }
a { background-color: rgb(25,145,149); }
div.DivClassName
{
background-color: #199195;
}
.BgClassName
{
background-color: #199195;
}
</style>
border-color css
<style>
span { border-color: #199195; }
span { border-color: rgb(25,145,149); }
td.TdClassName
{
border-color: #199195;
}
.TagClassName
{
border-color: #199195;
}
</style>