Shades of Java #198697
Tints of Java #198697
RGB
CMYK
RGB Variations
Color information
#198697 (or 0x198697) is known color: Java. HEX triplet: 19, 86 and 97. RGB value is (25,134,151). Sum of RGB (Red+Green+Blue) = 25+134+151=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 151 (59.38% from 255 or 48.71% from 310); Max value from RGB is 151 - color contains mainly: blue. Hex color #198697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198697 is #E67968. Grayscale: #676767. Windows color (decimal): -15104361 or 9930265. OLE color: 9930265.
HSL color Cylindrical-coordinate representation of color #198697: hue angle of 188.1º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198697 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 134 | 151 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.41 |
| HSL | 188.1º | 0.72% | 0.35% | - |
| HSV(B) | 188.1º | 0.83% | 0.59% | - |
| XYZ | 14.51 | 19.49 | 32.28 | - |
| YUV | 103.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 151 | 0.83 | 0.11 | 0 | 0.41 | 188.1 | 0.72 | 0.35 |
| Hex | 19 | 86 | 97 | 53 | B | 0 | 29 | BC | 48 | 23 |
| Octal | 31 | 206 | 227 | 123 | 13 | 0 | 51 | 274 | 110 | 43 |
| Binary | 11001 | 10000110 | 10010111 | 1010011 | 1011 | 0 | 101001 | 10111100 | 1001000 | 100011 |
Color Harmonies of #198697
Complementary color
Monochromatic Colors of #198697
Black with #198697
Text Example
Text Example
White with #198697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198697; }
p { color: rgb(25,134,151); }
H1.HeaderClassName
{
color: #198697;
}
.AnyTagClassName
{
color: #198697;
}
</style>
background-color css
<style>
a { background-color: #198697; }
a { background-color: rgb(25,134,151); }
div.DivClassName
{
background-color: #198697;
}
.BgClassName
{
background-color: #198697;
}
</style>
border-color css
<style>
span { border-color: #198697; }
span { border-color: rgb(25,134,151); }
td.TdClassName
{
border-color: #198697;
}
.TagClassName
{
border-color: #198697;
}
</style>