Shades of Java #198DA2
Tints of Java #198DA2
RGB
CMYK
RGB Variations
Color information
#198DA2 (or 0x198DA2) is known color: Java. HEX triplet: 19, 8D and A2. RGB value is (25,141,162). Sum of RGB (Red+Green+Blue) = 25+141+162=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #198DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198DA2 is #E6725D. Grayscale: #6C6C6C. Windows color (decimal): -15102558 or 10652953. OLE color: 10652953.
HSL color Cylindrical-coordinate representation of color #198DA2: hue angle of 189.2º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198DA2 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 141 | 162 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.36 |
| HSL | 189.2º | 0.73% | 0.37% | - |
| HSV(B) | 189.2º | 0.85% | 0.64% | - |
| XYZ | 16.45 | 21.87 | 37.54 | - |
| YUV | 108.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 162 | 0.85 | 0.13 | 0 | 0.36 | 189.2 | 0.73 | 0.37 |
| Hex | 19 | 8D | A2 | 55 | D | 0 | 24 | BD | 49 | 25 |
| Octal | 31 | 215 | 242 | 125 | 15 | 0 | 44 | 275 | 111 | 45 |
| Binary | 11001 | 10001101 | 10100010 | 1010101 | 1101 | 0 | 100100 | 10111101 | 1001001 | 100101 |
Color Harmonies of #198DA2
Complementary color
Monochromatic Colors of #198DA2
Black with #198DA2
Text Example
Text Example
White with #198DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DA2; }
p { color: rgb(25,141,162); }
H1.HeaderClassName
{
color: #198DA2;
}
.AnyTagClassName
{
color: #198DA2;
}
</style>
background-color css
<style>
a { background-color: #198DA2; }
a { background-color: rgb(25,141,162); }
div.DivClassName
{
background-color: #198DA2;
}
.BgClassName
{
background-color: #198DA2;
}
</style>
border-color css
<style>
span { border-color: #198DA2; }
span { border-color: rgb(25,141,162); }
td.TdClassName
{
border-color: #198DA2;
}
.TagClassName
{
border-color: #198DA2;
}
</style>