Shades of Java #198090
Tints of Java #198090
RGB
CMYK
RGB Variations
Color information
#198090 (or 0x198090) is known color: Java. HEX triplet: 19, 80 and 90. RGB value is (25,128,144). Sum of RGB (Red+Green+Blue) = 25+128+144=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #198090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198090 is #E67F6F. Grayscale: #626262. Windows color (decimal): -15105904 or 9469977. OLE color: 9469977.
HSL color Cylindrical-coordinate representation of color #198090: hue angle of 188.07º 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 #198090 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 128 | 144 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.44 |
| HSL | 188.07º | 0.7% | 0.33% | - |
| HSV(B) | 188.07º | 0.83% | 0.56% | - |
| XYZ | 13.15 | 17.66 | 29.1 | - |
| YUV | 99.03 | 153.38 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 144 | 0.83 | 0.11 | 0 | 0.44 | 188.07 | 0.7 | 0.33 |
| Hex | 19 | 80 | 90 | 53 | B | 0 | 2C | BC | 46 | 21 |
| Octal | 31 | 200 | 220 | 123 | 13 | 0 | 54 | 274 | 106 | 41 |
| Binary | 11001 | 10000000 | 10010000 | 1010011 | 1011 | 0 | 101100 | 10111100 | 1000110 | 100001 |
Color Harmonies of #198090
Complementary color
Monochromatic Colors of #198090
Black with #198090
Text Example
Text Example
White with #198090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198090; }
p { color: rgb(25,128,144); }
H1.HeaderClassName
{
color: #198090;
}
.AnyTagClassName
{
color: #198090;
}
</style>
background-color css
<style>
a { background-color: #198090; }
a { background-color: rgb(25,128,144); }
div.DivClassName
{
background-color: #198090;
}
.BgClassName
{
background-color: #198090;
}
</style>
border-color css
<style>
span { border-color: #198090; }
span { border-color: rgb(25,128,144); }
td.TdClassName
{
border-color: #198090;
}
.TagClassName
{
border-color: #198090;
}
</style>