Shades of Java #198899
Tints of Java #198899
RGB
CMYK
RGB Variations
Color information
#198899 (or 0x198899) is known color: Java. HEX triplet: 19, 88 and 99. RGB value is (25,136,153). Sum of RGB (Red+Green+Blue) = 25+136+153=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #198899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198899 is #E67766. Grayscale: #686868. Windows color (decimal): -15103847 or 10061849. OLE color: 10061849.
HSL color Cylindrical-coordinate representation of color #198899: hue angle of 187.97º 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 #198899 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 136 | 153 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.4 |
| HSL | 187.97º | 0.72% | 0.35% | - |
| HSV(B) | 187.97º | 0.84% | 0.6% | - |
| XYZ | 14.95 | 20.11 | 33.23 | - |
| YUV | 104.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 153 | 0.84 | 0.11 | 0 | 0.4 | 187.97 | 0.72 | 0.35 |
| Hex | 19 | 88 | 99 | 54 | B | 0 | 28 | BC | 48 | 23 |
| Octal | 31 | 210 | 231 | 124 | 13 | 0 | 50 | 274 | 110 | 43 |
| Binary | 11001 | 10001000 | 10011001 | 1010100 | 1011 | 0 | 101000 | 10111100 | 1001000 | 100011 |
Color Harmonies of #198899
Complementary color
Monochromatic Colors of #198899
Black with #198899
Text Example
Text Example
White with #198899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198899; }
p { color: rgb(25,136,153); }
H1.HeaderClassName
{
color: #198899;
}
.AnyTagClassName
{
color: #198899;
}
</style>
background-color css
<style>
a { background-color: #198899; }
a { background-color: rgb(25,136,153); }
div.DivClassName
{
background-color: #198899;
}
.BgClassName
{
background-color: #198899;
}
</style>
border-color css
<style>
span { border-color: #198899; }
span { border-color: rgb(25,136,153); }
td.TdClassName
{
border-color: #198899;
}
.TagClassName
{
border-color: #198899;
}
</style>