Shades of Java #198799
Tints of Java #198799
RGB
CMYK
RGB Variations
Color information
#198799 (or 0x198799) is known color: Java. HEX triplet: 19, 87 and 99. RGB value is (25,135,153). Sum of RGB (Red+Green+Blue) = 25+135+153=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #198799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198799 is #E67866. Grayscale: #676767. Windows color (decimal): -15104103 or 10061593. OLE color: 10061593.
HSL color Cylindrical-coordinate representation of color #198799: hue angle of 188.44º 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 #198799 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 135 | 153 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.4 |
| HSL | 188.44º | 0.72% | 0.35% | - |
| HSV(B) | 188.44º | 0.84% | 0.6% | - |
| XYZ | 14.81 | 19.83 | 33.18 | - |
| YUV | 104.16 | 155.56 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 153 | 0.84 | 0.12 | 0 | 0.4 | 188.44 | 0.72 | 0.35 |
| Hex | 19 | 87 | 99 | 54 | C | 0 | 28 | BC | 48 | 23 |
| Octal | 31 | 207 | 231 | 124 | 14 | 0 | 50 | 274 | 110 | 43 |
| Binary | 11001 | 10000111 | 10011001 | 1010100 | 1100 | 0 | 101000 | 10111100 | 1001000 | 100011 |
Color Harmonies of #198799
Complementary color
Monochromatic Colors of #198799
Black with #198799
Text Example
Text Example
White with #198799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198799; }
p { color: rgb(25,135,153); }
H1.HeaderClassName
{
color: #198799;
}
.AnyTagClassName
{
color: #198799;
}
</style>
background-color css
<style>
a { background-color: #198799; }
a { background-color: rgb(25,135,153); }
div.DivClassName
{
background-color: #198799;
}
.BgClassName
{
background-color: #198799;
}
</style>
border-color css
<style>
span { border-color: #198799; }
span { border-color: rgb(25,135,153); }
td.TdClassName
{
border-color: #198799;
}
.TagClassName
{
border-color: #198799;
}
</style>