Shades of Java #198596
Tints of Java #198596
RGB
CMYK
RGB Variations
Color information
#198596 (or 0x198596) is known color: Java. HEX triplet: 19, 85 and 96. RGB value is (25,133,150). Sum of RGB (Red+Green+Blue) = 25+133+150=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #198596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198596 is #E67A69. Grayscale: #666666. Windows color (decimal): -15104618 or 9864473. OLE color: 9864473.
HSL color Cylindrical-coordinate representation of color #198596: hue angle of 188.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198596 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 133 | 150 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.41 |
| HSL | 188.16º | 0.71% | 0.34% | - |
| HSV(B) | 188.16º | 0.83% | 0.59% | - |
| XYZ | 14.29 | 19.18 | 31.8 | - |
| YUV | 102.65 | 154.72 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 150 | 0.83 | 0.11 | 0 | 0.41 | 188.16 | 0.71 | 0.34 |
| Hex | 19 | 85 | 96 | 53 | B | 0 | 29 | BC | 47 | 22 |
| Octal | 31 | 205 | 226 | 123 | 13 | 0 | 51 | 274 | 107 | 42 |
| Binary | 11001 | 10000101 | 10010110 | 1010011 | 1011 | 0 | 101001 | 10111100 | 1000111 | 100010 |
Color Harmonies of #198596
Complementary color
Monochromatic Colors of #198596
Black with #198596
Text Example
Text Example
White with #198596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198596; }
p { color: rgb(25,133,150); }
H1.HeaderClassName
{
color: #198596;
}
.AnyTagClassName
{
color: #198596;
}
</style>
background-color css
<style>
a { background-color: #198596; }
a { background-color: rgb(25,133,150); }
div.DivClassName
{
background-color: #198596;
}
.BgClassName
{
background-color: #198596;
}
</style>
border-color css
<style>
span { border-color: #198596; }
span { border-color: rgb(25,133,150); }
td.TdClassName
{
border-color: #198596;
}
.TagClassName
{
border-color: #198596;
}
</style>