Shades of Java #198590
Tints of Java #198590
RGB
CMYK
RGB Variations
Color information
#198590 (or 0x198590) is known color: Java. HEX triplet: 19, 85 and 90. RGB value is (25,133,144). Sum of RGB (Red+Green+Blue) = 25+133+144=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #198590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198590 is #E67A6F. Grayscale: #656565. Windows color (decimal): -15104624 or 9471257. OLE color: 9471257.
HSL color Cylindrical-coordinate representation of color #198590: hue angle of 185.55º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198590 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 133 | 144 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.44 |
| HSL | 185.55º | 0.7% | 0.33% | - |
| HSV(B) | 185.55º | 0.83% | 0.56% | - |
| XYZ | 13.82 | 19 | 29.32 | - |
| YUV | 101.96 | 151.72 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 144 | 0.83 | 0.08 | 0 | 0.44 | 185.55 | 0.7 | 0.33 |
| Hex | 19 | 85 | 90 | 53 | 8 | 0 | 2C | BA | 46 | 21 |
| Octal | 31 | 205 | 220 | 123 | 10 | 0 | 54 | 272 | 106 | 41 |
| Binary | 11001 | 10000101 | 10010000 | 1010011 | 1000 | 0 | 101100 | 10111010 | 1000110 | 100001 |
Color Harmonies of #198590
Complementary color
Monochromatic Colors of #198590
Black with #198590
Text Example
Text Example
White with #198590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198590; }
p { color: rgb(25,133,144); }
H1.HeaderClassName
{
color: #198590;
}
.AnyTagClassName
{
color: #198590;
}
</style>
background-color css
<style>
a { background-color: #198590; }
a { background-color: rgb(25,133,144); }
div.DivClassName
{
background-color: #198590;
}
.BgClassName
{
background-color: #198590;
}
</style>
border-color css
<style>
span { border-color: #198590; }
span { border-color: rgb(25,133,144); }
td.TdClassName
{
border-color: #198590;
}
.TagClassName
{
border-color: #198590;
}
</style>