Shades of Java #198396
Tints of Java #198396
RGB
CMYK
RGB Variations
Color information
#198396 (or 0x198396) is known color: Java. HEX triplet: 19, 83 and 96. RGB value is (25,131,150). Sum of RGB (Red+Green+Blue) = 25+131+150=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #198396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198396 is #E67C69. Grayscale: #656565. Windows color (decimal): -15105130 or 9863961. OLE color: 9863961.
HSL color Cylindrical-coordinate representation of color #198396: hue angle of 189.12º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198396 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 131 | 150 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.41 |
| HSL | 189.12º | 0.71% | 0.34% | - |
| HSV(B) | 189.12º | 0.83% | 0.59% | - |
| XYZ | 14.02 | 18.64 | 31.71 | - |
| YUV | 101.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 150 | 0.83 | 0.13 | 0 | 0.41 | 189.12 | 0.71 | 0.34 |
| Hex | 19 | 83 | 96 | 53 | D | 0 | 29 | BD | 47 | 22 |
| Octal | 31 | 203 | 226 | 123 | 15 | 0 | 51 | 275 | 107 | 42 |
| Binary | 11001 | 10000011 | 10010110 | 1010011 | 1101 | 0 | 101001 | 10111101 | 1000111 | 100010 |
Color Harmonies of #198396
Complementary color
Monochromatic Colors of #198396
Black with #198396
Text Example
Text Example
White with #198396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198396; }
p { color: rgb(25,131,150); }
H1.HeaderClassName
{
color: #198396;
}
.AnyTagClassName
{
color: #198396;
}
</style>
background-color css
<style>
a { background-color: #198396; }
a { background-color: rgb(25,131,150); }
div.DivClassName
{
background-color: #198396;
}
.BgClassName
{
background-color: #198396;
}
</style>
border-color css
<style>
span { border-color: #198396; }
span { border-color: rgb(25,131,150); }
td.TdClassName
{
border-color: #198396;
}
.TagClassName
{
border-color: #198396;
}
</style>