Shades of Java #198794
Tints of Java #198794
RGB
CMYK
RGB Variations
Color information
#198794 (or 0x198794) is known color: Java. HEX triplet: 19, 87 and 94. RGB value is (25,135,148). Sum of RGB (Red+Green+Blue) = 25+135+148=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #198794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198794 is #E6786B. Grayscale: #676767. Windows color (decimal): -15104108 or 9733913. OLE color: 9733913.
HSL color Cylindrical-coordinate representation of color #198794: hue angle of 186.34º 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 #198794 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 135 | 148 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.42 |
| HSL | 186.34º | 0.71% | 0.34% | - |
| HSV(B) | 186.34º | 0.83% | 0.58% | - |
| XYZ | 14.41 | 19.67 | 31.05 | - |
| YUV | 103.59 | 153.06 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 148 | 0.83 | 0.09 | 0 | 0.42 | 186.34 | 0.71 | 0.34 |
| Hex | 19 | 87 | 94 | 53 | 9 | 0 | 2A | BA | 47 | 22 |
| Octal | 31 | 207 | 224 | 123 | 11 | 0 | 52 | 272 | 107 | 42 |
| Binary | 11001 | 10000111 | 10010100 | 1010011 | 1001 | 0 | 101010 | 10111010 | 1000111 | 100010 |
Color Harmonies of #198794
Complementary color
Monochromatic Colors of #198794
Black with #198794
Text Example
Text Example
White with #198794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198794; }
p { color: rgb(25,135,148); }
H1.HeaderClassName
{
color: #198794;
}
.AnyTagClassName
{
color: #198794;
}
</style>
background-color css
<style>
a { background-color: #198794; }
a { background-color: rgb(25,135,148); }
div.DivClassName
{
background-color: #198794;
}
.BgClassName
{
background-color: #198794;
}
</style>
border-color css
<style>
span { border-color: #198794; }
span { border-color: rgb(25,135,148); }
td.TdClassName
{
border-color: #198794;
}
.TagClassName
{
border-color: #198794;
}
</style>