Shades of Java #198390
Tints of Java #198390
RGB
CMYK
RGB Variations
Color information
#198390 (or 0x198390) is known color: Java. HEX triplet: 19, 83 and 90. RGB value is (25,131,144). Sum of RGB (Red+Green+Blue) = 25+131+144=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #198390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198390 is #E67C6F. Grayscale: #646464. Windows color (decimal): -15105136 or 9470745. OLE color: 9470745.
HSL color Cylindrical-coordinate representation of color #198390: hue angle of 186.55º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198390 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 131 | 144 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.44 |
| HSL | 186.55º | 0.7% | 0.33% | - |
| HSV(B) | 186.55º | 0.83% | 0.56% | - |
| XYZ | 13.55 | 18.45 | 29.23 | - |
| YUV | 100.79 | 152.38 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 144 | 0.83 | 0.09 | 0 | 0.44 | 186.55 | 0.7 | 0.33 |
| Hex | 19 | 83 | 90 | 53 | 9 | 0 | 2C | BB | 46 | 21 |
| Octal | 31 | 203 | 220 | 123 | 11 | 0 | 54 | 273 | 106 | 41 |
| Binary | 11001 | 10000011 | 10010000 | 1010011 | 1001 | 0 | 101100 | 10111011 | 1000110 | 100001 |
Color Harmonies of #198390
Complementary color
Monochromatic Colors of #198390
Black with #198390
Text Example
Text Example
White with #198390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198390; }
p { color: rgb(25,131,144); }
H1.HeaderClassName
{
color: #198390;
}
.AnyTagClassName
{
color: #198390;
}
</style>
background-color css
<style>
a { background-color: #198390; }
a { background-color: rgb(25,131,144); }
div.DivClassName
{
background-color: #198390;
}
.BgClassName
{
background-color: #198390;
}
</style>
border-color css
<style>
span { border-color: #198390; }
span { border-color: rgb(25,131,144); }
td.TdClassName
{
border-color: #198390;
}
.TagClassName
{
border-color: #198390;
}
</style>