Shades of Java #198892
Tints of Java #198892
RGB
CMYK
RGB Variations
Color information
#198892 (or 0x198892) is known color: Java. HEX triplet: 19, 88 and 92. RGB value is (25,136,146). Sum of RGB (Red+Green+Blue) = 25+136+146=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #198892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198892 is #E6776D. Grayscale: #676767. Windows color (decimal): -15103854 or 9603097. OLE color: 9603097.
HSL color Cylindrical-coordinate representation of color #198892: hue angle of 184.96º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198892 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 136 | 146 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.43 |
| HSL | 184.96º | 0.71% | 0.34% | - |
| HSV(B) | 184.96º | 0.83% | 0.57% | - |
| XYZ | 14.39 | 19.89 | 30.27 | - |
| YUV | 103.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 146 | 0.83 | 0.07 | 0 | 0.43 | 184.96 | 0.71 | 0.34 |
| Hex | 19 | 88 | 92 | 53 | 7 | 0 | 2B | B9 | 47 | 22 |
| Octal | 31 | 210 | 222 | 123 | 7 | 0 | 53 | 271 | 107 | 42 |
| Binary | 11001 | 10001000 | 10010010 | 1010011 | 111 | 0 | 101011 | 10111001 | 1000111 | 100010 |
Color Harmonies of #198892
Complementary color
Monochromatic Colors of #198892
Black with #198892
Text Example
Text Example
White with #198892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198892; }
p { color: rgb(25,136,146); }
H1.HeaderClassName
{
color: #198892;
}
.AnyTagClassName
{
color: #198892;
}
</style>
background-color css
<style>
a { background-color: #198892; }
a { background-color: rgb(25,136,146); }
div.DivClassName
{
background-color: #198892;
}
.BgClassName
{
background-color: #198892;
}
</style>
border-color css
<style>
span { border-color: #198892; }
span { border-color: rgb(25,136,146); }
td.TdClassName
{
border-color: #198892;
}
.TagClassName
{
border-color: #198892;
}
</style>