Shades of Java #198594
Tints of Java #198594
RGB
CMYK
RGB Variations
Color information
#198594 (or 0x198594) is known color: Java. HEX triplet: 19, 85 and 94. RGB value is (25,133,148). Sum of RGB (Red+Green+Blue) = 25+133+148=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #198594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198594 is #E67A6B. Grayscale: #666666. Windows color (decimal): -15104620 or 9733401. OLE color: 9733401.
HSL color Cylindrical-coordinate representation of color #198594: hue angle of 187.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198594 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 133 | 148 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.42 |
| HSL | 187.32º | 0.71% | 0.34% | - |
| HSV(B) | 187.32º | 0.83% | 0.58% | - |
| XYZ | 14.13 | 19.12 | 30.96 | - |
| YUV | 102.42 | 153.72 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 148 | 0.83 | 0.10 | 0 | 0.42 | 187.32 | 0.71 | 0.34 |
| Hex | 19 | 85 | 94 | 53 | A | 0 | 2A | BB | 47 | 22 |
| Octal | 31 | 205 | 224 | 123 | 12 | 0 | 52 | 273 | 107 | 42 |
| Binary | 11001 | 10000101 | 10010100 | 1010011 | 1010 | 0 | 101010 | 10111011 | 1000111 | 100010 |
Color Harmonies of #198594
Complementary color
Monochromatic Colors of #198594
Black with #198594
Text Example
Text Example
White with #198594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198594; }
p { color: rgb(25,133,148); }
H1.HeaderClassName
{
color: #198594;
}
.AnyTagClassName
{
color: #198594;
}
</style>
background-color css
<style>
a { background-color: #198594; }
a { background-color: rgb(25,133,148); }
div.DivClassName
{
background-color: #198594;
}
.BgClassName
{
background-color: #198594;
}
</style>
border-color css
<style>
span { border-color: #198594; }
span { border-color: rgb(25,133,148); }
td.TdClassName
{
border-color: #198594;
}
.TagClassName
{
border-color: #198594;
}
</style>