Shades of Java #198998
Tints of Java #198998
RGB
CMYK
RGB Variations
Color information
#198998 (or 0x198998) is known color: Java. HEX triplet: 19, 89 and 98. RGB value is (25,137,152). Sum of RGB (Red+Green+Blue) = 25+137+152=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #198998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198998 is #E67667. Grayscale: #696969. Windows color (decimal): -15103592 or 9996569. OLE color: 9996569.
HSL color Cylindrical-coordinate representation of color #198998: hue angle of 187.09º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198998 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 137 | 152 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.40 |
| HSL | 187.09º | 0.72% | 0.35% | - |
| HSV(B) | 187.09º | 0.84% | 0.6% | - |
| XYZ | 15.01 | 20.36 | 32.85 | - |
| YUV | 105.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 152 | 0.84 | 0.10 | 0 | 0.40 | 187.09 | 0.72 | 0.35 |
| Hex | 19 | 89 | 98 | 54 | A | 0 | 28 | BB | 48 | 23 |
| Octal | 31 | 211 | 230 | 124 | 12 | 0 | 50 | 273 | 110 | 43 |
| Binary | 11001 | 10001001 | 10011000 | 1010100 | 1010 | 0 | 101000 | 10111011 | 1001000 | 100011 |
Color Harmonies of #198998
Complementary color
Monochromatic Colors of #198998
Black with #198998
Text Example
Text Example
White with #198998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198998; }
p { color: rgb(25,137,152); }
H1.HeaderClassName
{
color: #198998;
}
.AnyTagClassName
{
color: #198998;
}
</style>
background-color css
<style>
a { background-color: #198998; }
a { background-color: rgb(25,137,152); }
div.DivClassName
{
background-color: #198998;
}
.BgClassName
{
background-color: #198998;
}
</style>
border-color css
<style>
span { border-color: #198998; }
span { border-color: rgb(25,137,152); }
td.TdClassName
{
border-color: #198998;
}
.TagClassName
{
border-color: #198998;
}
</style>