Shades of Java #198589
Tints of Java #198589
RGB
CMYK
RGB Variations
Color information
#198589 (or 0x198589) is known color: Java. HEX triplet: 19, 85 and 89. RGB value is (25,133,137). Sum of RGB (Red+Green+Blue) = 25+133+137=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #198589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198589 is #E67A76. Grayscale: #656565. Windows color (decimal): -15104631 or 9012505. OLE color: 9012505.
HSL color Cylindrical-coordinate representation of color #198589: hue angle of 182.14º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198589 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 133 | 137 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.46 |
| HSL | 182.14º | 0.69% | 0.32% | - |
| HSV(B) | 182.14º | 0.82% | 0.54% | - |
| XYZ | 13.3 | 18.79 | 26.59 | - |
| YUV | 101.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 137 | 0.82 | 0.03 | 0 | 0.46 | 182.14 | 0.69 | 0.32 |
| Hex | 19 | 85 | 89 | 52 | 3 | 0 | 2E | B6 | 45 | 20 |
| Octal | 31 | 205 | 211 | 122 | 3 | 0 | 56 | 266 | 105 | 40 |
| Binary | 11001 | 10000101 | 10001001 | 1010010 | 11 | 0 | 101110 | 10110110 | 1000101 | 100000 |
Color Harmonies of #198589
Complementary color
Monochromatic Colors of #198589
Black with #198589
Text Example
Text Example
White with #198589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198589; }
p { color: rgb(25,133,137); }
H1.HeaderClassName
{
color: #198589;
}
.AnyTagClassName
{
color: #198589;
}
</style>
background-color css
<style>
a { background-color: #198589; }
a { background-color: rgb(25,133,137); }
div.DivClassName
{
background-color: #198589;
}
.BgClassName
{
background-color: #198589;
}
</style>
border-color css
<style>
span { border-color: #198589; }
span { border-color: rgb(25,133,137); }
td.TdClassName
{
border-color: #198589;
}
.TagClassName
{
border-color: #198589;
}
</style>