Shades of Java #198695
Tints of Java #198695
RGB
CMYK
RGB Variations
Color information
#198695 (or 0x198695) is known color: Java. HEX triplet: 19, 86 and 95. RGB value is (25,134,149). Sum of RGB (Red+Green+Blue) = 25+134+149=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #198695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198695 is #E6796A. Grayscale: #666666. Windows color (decimal): -15104363 or 9799193. OLE color: 9799193.
HSL color Cylindrical-coordinate representation of color #198695: hue angle of 187.26º 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 #198695 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 134 | 149 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.42 |
| HSL | 187.26º | 0.71% | 0.34% | - |
| HSV(B) | 187.26º | 0.83% | 0.58% | - |
| XYZ | 14.35 | 19.43 | 31.43 | - |
| YUV | 103.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 149 | 0.83 | 0.10 | 0 | 0.42 | 187.26 | 0.71 | 0.34 |
| Hex | 19 | 86 | 95 | 53 | A | 0 | 2A | BB | 47 | 22 |
| Octal | 31 | 206 | 225 | 123 | 12 | 0 | 52 | 273 | 107 | 42 |
| Binary | 11001 | 10000110 | 10010101 | 1010011 | 1010 | 0 | 101010 | 10111011 | 1000111 | 100010 |
Color Harmonies of #198695
Complementary color
Monochromatic Colors of #198695
Black with #198695
Text Example
Text Example
White with #198695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198695; }
p { color: rgb(25,134,149); }
H1.HeaderClassName
{
color: #198695;
}
.AnyTagClassName
{
color: #198695;
}
</style>
background-color css
<style>
a { background-color: #198695; }
a { background-color: rgb(25,134,149); }
div.DivClassName
{
background-color: #198695;
}
.BgClassName
{
background-color: #198695;
}
</style>
border-color css
<style>
span { border-color: #198695; }
span { border-color: rgb(25,134,149); }
td.TdClassName
{
border-color: #198695;
}
.TagClassName
{
border-color: #198695;
}
</style>