Shades of Java #198E9D
Tints of Java #198E9D
RGB
CMYK
RGB Variations
Color information
#198E9D (or 0x198E9D) is known color: Java. HEX triplet: 19, 8E and 9D. RGB value is (25,142,157). Sum of RGB (Red+Green+Blue) = 25+142+157=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #198E9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198E9D is #E67162. Grayscale: #6C6C6C. Windows color (decimal): -15102307 or 10325529. OLE color: 10325529.
HSL color Cylindrical-coordinate representation of color #198E9D: hue angle of 186.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198E9D is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 142 | 157 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.38 |
| HSL | 186.82º | 0.73% | 0.36% | - |
| HSV(B) | 186.82º | 0.84% | 0.62% | - |
| XYZ | 16.16 | 21.99 | 35.29 | - |
| YUV | 108.73 | 155.24 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 157 | 0.84 | 0.10 | 0 | 0.38 | 186.82 | 0.73 | 0.36 |
| Hex | 19 | 8E | 9D | 54 | A | 0 | 26 | BB | 49 | 24 |
| Octal | 31 | 216 | 235 | 124 | 12 | 0 | 46 | 273 | 111 | 44 |
| Binary | 11001 | 10001110 | 10011101 | 1010100 | 1010 | 0 | 100110 | 10111011 | 1001001 | 100100 |
Color Harmonies of #198E9D
Complementary color
Monochromatic Colors of #198E9D
Black with #198E9D
Text Example
Text Example
White with #198E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198E9D; }
p { color: rgb(25,142,157); }
H1.HeaderClassName
{
color: #198E9D;
}
.AnyTagClassName
{
color: #198E9D;
}
</style>
background-color css
<style>
a { background-color: #198E9D; }
a { background-color: rgb(25,142,157); }
div.DivClassName
{
background-color: #198E9D;
}
.BgClassName
{
background-color: #198E9D;
}
</style>
border-color css
<style>
span { border-color: #198E9D; }
span { border-color: rgb(25,142,157); }
td.TdClassName
{
border-color: #198E9D;
}
.TagClassName
{
border-color: #198E9D;
}
</style>