Shades of Java #198894
Tints of Java #198894
RGB
CMYK
RGB Variations
Color information
#198894 (or 0x198894) is known color: Java. HEX triplet: 19, 88 and 94. RGB value is (25,136,148). Sum of RGB (Red+Green+Blue) = 25+136+148=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #198894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198894 is #E6776B. Grayscale: #686868. Windows color (decimal): -15103852 or 9734169. OLE color: 9734169.
HSL color Cylindrical-coordinate representation of color #198894: hue angle of 185.85º 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 #198894 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 136 | 148 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.42 |
| HSL | 185.85º | 0.71% | 0.34% | - |
| HSV(B) | 185.85º | 0.83% | 0.58% | - |
| XYZ | 14.55 | 19.95 | 31.1 | - |
| YUV | 104.18 | 152.73 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 148 | 0.83 | 0.08 | 0 | 0.42 | 185.85 | 0.71 | 0.34 |
| Hex | 19 | 88 | 94 | 53 | 8 | 0 | 2A | BA | 47 | 22 |
| Octal | 31 | 210 | 224 | 123 | 10 | 0 | 52 | 272 | 107 | 42 |
| Binary | 11001 | 10001000 | 10010100 | 1010011 | 1000 | 0 | 101010 | 10111010 | 1000111 | 100010 |
Color Harmonies of #198894
Complementary color
Monochromatic Colors of #198894
Black with #198894
Text Example
Text Example
White with #198894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198894; }
p { color: rgb(25,136,148); }
H1.HeaderClassName
{
color: #198894;
}
.AnyTagClassName
{
color: #198894;
}
</style>
background-color css
<style>
a { background-color: #198894; }
a { background-color: rgb(25,136,148); }
div.DivClassName
{
background-color: #198894;
}
.BgClassName
{
background-color: #198894;
}
</style>
border-color css
<style>
span { border-color: #198894; }
span { border-color: rgb(25,136,148); }
td.TdClassName
{
border-color: #198894;
}
.TagClassName
{
border-color: #198894;
}
</style>