Shades of Java #199397
Tints of Java #199397
RGB
CMYK
RGB Variations
Color information
#199397 (or 0x199397) is known color: Java. HEX triplet: 19, 93 and 97. RGB value is (25,147,151). Sum of RGB (Red+Green+Blue) = 25+147+151=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #199397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199397 is #E66C68. Grayscale: #6E6E6E. Windows color (decimal): -15101033 or 9933593. OLE color: 9933593.
HSL color Cylindrical-coordinate representation of color #199397: hue angle of 181.9º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199397 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 147 | 151 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.41 |
| HSL | 181.9º | 0.72% | 0.35% | - |
| HSV(B) | 181.9º | 0.83% | 0.59% | - |
| XYZ | 16.42 | 23.31 | 32.91 | - |
| YUV | 110.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 151 | 0.83 | 0.03 | 0 | 0.41 | 181.9 | 0.72 | 0.35 |
| Hex | 19 | 93 | 97 | 53 | 3 | 0 | 29 | B6 | 48 | 23 |
| Octal | 31 | 223 | 227 | 123 | 3 | 0 | 51 | 266 | 110 | 43 |
| Binary | 11001 | 10010011 | 10010111 | 1010011 | 11 | 0 | 101001 | 10110110 | 1001000 | 100011 |
Color Harmonies of #199397
Complementary color
Monochromatic Colors of #199397
Black with #199397
Text Example
Text Example
White with #199397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199397; }
p { color: rgb(25,147,151); }
H1.HeaderClassName
{
color: #199397;
}
.AnyTagClassName
{
color: #199397;
}
</style>
background-color css
<style>
a { background-color: #199397; }
a { background-color: rgb(25,147,151); }
div.DivClassName
{
background-color: #199397;
}
.BgClassName
{
background-color: #199397;
}
</style>
border-color css
<style>
span { border-color: #199397; }
span { border-color: rgb(25,147,151); }
td.TdClassName
{
border-color: #199397;
}
.TagClassName
{
border-color: #199397;
}
</style>