Shades of Java #198592
Tints of Java #198592
RGB
CMYK
RGB Variations
Color information
#198592 (or 0x198592) is known color: Java. HEX triplet: 19, 85 and 92. RGB value is (25,133,146). Sum of RGB (Red+Green+Blue) = 25+133+146=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #198592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198592 is #E67A6D. Grayscale: #666666. Windows color (decimal): -15104622 or 9602329. OLE color: 9602329.
HSL color Cylindrical-coordinate representation of color #198592: hue angle of 186.45º 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 #198592 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 133 | 146 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.43 |
| HSL | 186.45º | 0.71% | 0.34% | - |
| HSV(B) | 186.45º | 0.83% | 0.57% | - |
| XYZ | 13.98 | 19.06 | 30.14 | - |
| YUV | 102.19 | 152.72 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 146 | 0.83 | 0.09 | 0 | 0.43 | 186.45 | 0.71 | 0.34 |
| Hex | 19 | 85 | 92 | 53 | 9 | 0 | 2B | BA | 47 | 22 |
| Octal | 31 | 205 | 222 | 123 | 11 | 0 | 53 | 272 | 107 | 42 |
| Binary | 11001 | 10000101 | 10010010 | 1010011 | 1001 | 0 | 101011 | 10111010 | 1000111 | 100010 |
Color Harmonies of #198592
Complementary color
Monochromatic Colors of #198592
Black with #198592
Text Example
Text Example
White with #198592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198592; }
p { color: rgb(25,133,146); }
H1.HeaderClassName
{
color: #198592;
}
.AnyTagClassName
{
color: #198592;
}
</style>
background-color css
<style>
a { background-color: #198592; }
a { background-color: rgb(25,133,146); }
div.DivClassName
{
background-color: #198592;
}
.BgClassName
{
background-color: #198592;
}
</style>
border-color css
<style>
span { border-color: #198592; }
span { border-color: rgb(25,133,146); }
td.TdClassName
{
border-color: #198592;
}
.TagClassName
{
border-color: #198592;
}
</style>