Shades of Java #198599
Tints of Java #198599
RGB
CMYK
RGB Variations
Color information
#198599 (or 0x198599) is known color: Java. HEX triplet: 19, 85 and 99. RGB value is (25,133,153). Sum of RGB (Red+Green+Blue) = 25+133+153=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #198599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198599 is #E67A66. Grayscale: #666666. Windows color (decimal): -15104615 or 10061081. OLE color: 10061081.
HSL color Cylindrical-coordinate representation of color #198599: hue angle of 189.38º 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 #198599 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 133 | 153 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.4 |
| HSL | 189.38º | 0.72% | 0.35% | - |
| HSV(B) | 189.38º | 0.84% | 0.6% | - |
| XYZ | 14.54 | 19.28 | 33.09 | - |
| YUV | 102.99 | 156.22 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 153 | 0.84 | 0.13 | 0 | 0.4 | 189.38 | 0.72 | 0.35 |
| Hex | 19 | 85 | 99 | 54 | D | 0 | 28 | BD | 48 | 23 |
| Octal | 31 | 205 | 231 | 124 | 15 | 0 | 50 | 275 | 110 | 43 |
| Binary | 11001 | 10000101 | 10011001 | 1010100 | 1101 | 0 | 101000 | 10111101 | 1001000 | 100011 |
Color Harmonies of #198599
Complementary color
Monochromatic Colors of #198599
Black with #198599
Text Example
Text Example
White with #198599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198599; }
p { color: rgb(25,133,153); }
H1.HeaderClassName
{
color: #198599;
}
.AnyTagClassName
{
color: #198599;
}
</style>
background-color css
<style>
a { background-color: #198599; }
a { background-color: rgb(25,133,153); }
div.DivClassName
{
background-color: #198599;
}
.BgClassName
{
background-color: #198599;
}
</style>
border-color css
<style>
span { border-color: #198599; }
span { border-color: rgb(25,133,153); }
td.TdClassName
{
border-color: #198599;
}
.TagClassName
{
border-color: #198599;
}
</style>