Shades of Java #198492
Tints of Java #198492
RGB
CMYK
RGB Variations
Color information
#198492 (or 0x198492) is known color: Java. HEX triplet: 19, 84 and 92. RGB value is (25,132,146). Sum of RGB (Red+Green+Blue) = 25+132+146=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #198492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198492 is #E67B6D. Grayscale: #656565. Windows color (decimal): -15104878 or 9602073. OLE color: 9602073.
HSL color Cylindrical-coordinate representation of color #198492: hue angle of 186.94º 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 #198492 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 132 | 146 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.43 |
| HSL | 186.94º | 0.71% | 0.34% | - |
| HSV(B) | 186.94º | 0.83% | 0.57% | - |
| XYZ | 13.84 | 18.78 | 30.09 | - |
| YUV | 101.6 | 153.05 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 146 | 0.83 | 0.10 | 0 | 0.43 | 186.94 | 0.71 | 0.34 |
| Hex | 19 | 84 | 92 | 53 | A | 0 | 2B | BB | 47 | 22 |
| Octal | 31 | 204 | 222 | 123 | 12 | 0 | 53 | 273 | 107 | 42 |
| Binary | 11001 | 10000100 | 10010010 | 1010011 | 1010 | 0 | 101011 | 10111011 | 1000111 | 100010 |
Color Harmonies of #198492
Complementary color
Monochromatic Colors of #198492
Black with #198492
Text Example
Text Example
White with #198492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198492; }
p { color: rgb(25,132,146); }
H1.HeaderClassName
{
color: #198492;
}
.AnyTagClassName
{
color: #198492;
}
</style>
background-color css
<style>
a { background-color: #198492; }
a { background-color: rgb(25,132,146); }
div.DivClassName
{
background-color: #198492;
}
.BgClassName
{
background-color: #198492;
}
</style>
border-color css
<style>
span { border-color: #198492; }
span { border-color: rgb(25,132,146); }
td.TdClassName
{
border-color: #198492;
}
.TagClassName
{
border-color: #198492;
}
</style>