Shades of Java #198392
Tints of Java #198392
RGB
CMYK
RGB Variations
Color information
#198392 (or 0x198392) is known color: Java. HEX triplet: 19, 83 and 92. RGB value is (25,131,146). Sum of RGB (Red+Green+Blue) = 25+131+146=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #198392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198392 is #E67C6D. Grayscale: #646464. Windows color (decimal): -15105134 or 9601817. OLE color: 9601817.
HSL color Cylindrical-coordinate representation of color #198392: hue angle of 187.44º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198392 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 131 | 146 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.43 |
| HSL | 187.44º | 0.71% | 0.34% | - |
| HSV(B) | 187.44º | 0.83% | 0.57% | - |
| XYZ | 13.71 | 18.51 | 30.05 | - |
| YUV | 101.02 | 153.38 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 146 | 0.83 | 0.10 | 0 | 0.43 | 187.44 | 0.71 | 0.34 |
| Hex | 19 | 83 | 92 | 53 | A | 0 | 2B | BB | 47 | 22 |
| Octal | 31 | 203 | 222 | 123 | 12 | 0 | 53 | 273 | 107 | 42 |
| Binary | 11001 | 10000011 | 10010010 | 1010011 | 1010 | 0 | 101011 | 10111011 | 1000111 | 100010 |
Color Harmonies of #198392
Complementary color
Monochromatic Colors of #198392
Black with #198392
Text Example
Text Example
White with #198392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198392; }
p { color: rgb(25,131,146); }
H1.HeaderClassName
{
color: #198392;
}
.AnyTagClassName
{
color: #198392;
}
</style>
background-color css
<style>
a { background-color: #198392; }
a { background-color: rgb(25,131,146); }
div.DivClassName
{
background-color: #198392;
}
.BgClassName
{
background-color: #198392;
}
</style>
border-color css
<style>
span { border-color: #198392; }
span { border-color: rgb(25,131,146); }
td.TdClassName
{
border-color: #198392;
}
.TagClassName
{
border-color: #198392;
}
</style>