Shades of Java #198798
Tints of Java #198798
RGB
CMYK
RGB Variations
Color information
#198798 (or 0x198798) is known color: Java. HEX triplet: 19, 87 and 98. RGB value is (25,135,152). Sum of RGB (Red+Green+Blue) = 25+135+152=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #198798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198798 is #E67867. Grayscale: #676767. Windows color (decimal): -15104104 or 9996057. OLE color: 9996057.
HSL color Cylindrical-coordinate representation of color #198798: hue angle of 188.03º 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 #198798 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 135 | 152 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.40 |
| HSL | 188.03º | 0.72% | 0.35% | - |
| HSV(B) | 188.03º | 0.84% | 0.6% | - |
| XYZ | 14.73 | 19.8 | 32.75 | - |
| YUV | 104.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 152 | 0.84 | 0.11 | 0 | 0.40 | 188.03 | 0.72 | 0.35 |
| Hex | 19 | 87 | 98 | 54 | B | 0 | 28 | BC | 48 | 23 |
| Octal | 31 | 207 | 230 | 124 | 13 | 0 | 50 | 274 | 110 | 43 |
| Binary | 11001 | 10000111 | 10011000 | 1010100 | 1011 | 0 | 101000 | 10111100 | 1001000 | 100011 |
Color Harmonies of #198798
Complementary color
Monochromatic Colors of #198798
Black with #198798
Text Example
Text Example
White with #198798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198798; }
p { color: rgb(25,135,152); }
H1.HeaderClassName
{
color: #198798;
}
.AnyTagClassName
{
color: #198798;
}
</style>
background-color css
<style>
a { background-color: #198798; }
a { background-color: rgb(25,135,152); }
div.DivClassName
{
background-color: #198798;
}
.BgClassName
{
background-color: #198798;
}
</style>
border-color css
<style>
span { border-color: #198798; }
span { border-color: rgb(25,135,152); }
td.TdClassName
{
border-color: #198798;
}
.TagClassName
{
border-color: #198798;
}
</style>