Shades of Java #198EA2
Tints of Java #198EA2
RGB
CMYK
RGB Variations
Color information
#198EA2 (or 0x198EA2) is known color: Java. HEX triplet: 19, 8E and A2. RGB value is (25,142,162). Sum of RGB (Red+Green+Blue) = 25+142+162=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #198EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198EA2 is #E6715D. Grayscale: #6D6D6D. Windows color (decimal): -15102302 or 10653209. OLE color: 10653209.
HSL color Cylindrical-coordinate representation of color #198EA2: hue angle of 188.76º 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 #198EA2 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 142 | 162 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.36 |
| HSL | 188.76º | 0.73% | 0.37% | - |
| HSV(B) | 188.76º | 0.85% | 0.64% | - |
| XYZ | 16.6 | 22.16 | 37.59 | - |
| YUV | 109.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 162 | 0.85 | 0.12 | 0 | 0.36 | 188.76 | 0.73 | 0.37 |
| Hex | 19 | 8E | A2 | 55 | C | 0 | 24 | BD | 49 | 25 |
| Octal | 31 | 216 | 242 | 125 | 14 | 0 | 44 | 275 | 111 | 45 |
| Binary | 11001 | 10001110 | 10100010 | 1010101 | 1100 | 0 | 100100 | 10111101 | 1001001 | 100101 |
Color Harmonies of #198EA2
Complementary color
Monochromatic Colors of #198EA2
Black with #198EA2
Text Example
Text Example
White with #198EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198EA2; }
p { color: rgb(25,142,162); }
H1.HeaderClassName
{
color: #198EA2;
}
.AnyTagClassName
{
color: #198EA2;
}
</style>
background-color css
<style>
a { background-color: #198EA2; }
a { background-color: rgb(25,142,162); }
div.DivClassName
{
background-color: #198EA2;
}
.BgClassName
{
background-color: #198EA2;
}
</style>
border-color css
<style>
span { border-color: #198EA2; }
span { border-color: rgb(25,142,162); }
td.TdClassName
{
border-color: #198EA2;
}
.TagClassName
{
border-color: #198EA2;
}
</style>