Shades of Java #198895
Tints of Java #198895
RGB
CMYK
RGB Variations
Color information
#198895 (or 0x198895) is known color: Java. HEX triplet: 19, 88 and 95. RGB value is (25,136,149). Sum of RGB (Red+Green+Blue) = 25+136+149=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #198895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198895 is #E6776A. Grayscale: #686868. Windows color (decimal): -15103851 or 9799705. OLE color: 9799705.
HSL color Cylindrical-coordinate representation of color #198895: hue angle of 186.29º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198895 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 136 | 149 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.42 |
| HSL | 186.29º | 0.71% | 0.34% | - |
| HSV(B) | 186.29º | 0.83% | 0.58% | - |
| XYZ | 14.63 | 19.98 | 31.52 | - |
| YUV | 104.29 | 153.23 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 149 | 0.83 | 0.09 | 0 | 0.42 | 186.29 | 0.71 | 0.34 |
| Hex | 19 | 88 | 95 | 53 | 9 | 0 | 2A | BA | 47 | 22 |
| Octal | 31 | 210 | 225 | 123 | 11 | 0 | 52 | 272 | 107 | 42 |
| Binary | 11001 | 10001000 | 10010101 | 1010011 | 1001 | 0 | 101010 | 10111010 | 1000111 | 100010 |
Color Harmonies of #198895
Complementary color
Monochromatic Colors of #198895
Black with #198895
Text Example
Text Example
White with #198895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198895; }
p { color: rgb(25,136,149); }
H1.HeaderClassName
{
color: #198895;
}
.AnyTagClassName
{
color: #198895;
}
</style>
background-color css
<style>
a { background-color: #198895; }
a { background-color: rgb(25,136,149); }
div.DivClassName
{
background-color: #198895;
}
.BgClassName
{
background-color: #198895;
}
</style>
border-color css
<style>
span { border-color: #198895; }
span { border-color: rgb(25,136,149); }
td.TdClassName
{
border-color: #198895;
}
.TagClassName
{
border-color: #198895;
}
</style>