Shades of Java #198F9A
Tints of Java #198F9A
RGB
CMYK
RGB Variations
Color information
#198F9A (or 0x198F9A) is known color: Java. HEX triplet: 19, 8F and 9A. RGB value is (25,143,154). Sum of RGB (Red+Green+Blue) = 25+143+154=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #198F9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198F9A is #E67065. Grayscale: #6C6C6C. Windows color (decimal): -15102054 or 10129177. OLE color: 10129177.
HSL color Cylindrical-coordinate representation of color #198F9A: hue angle of 185.12º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198F9A is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 143 | 154 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.40 |
| HSL | 185.12º | 0.72% | 0.35% | - |
| HSV(B) | 185.12º | 0.84% | 0.6% | - |
| XYZ | 16.06 | 22.18 | 34.01 | - |
| YUV | 108.97 | 153.41 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 154 | 0.84 | 0.07 | 0 | 0.40 | 185.12 | 0.72 | 0.35 |
| Hex | 19 | 8F | 9A | 54 | 7 | 0 | 28 | B9 | 48 | 23 |
| Octal | 31 | 217 | 232 | 124 | 7 | 0 | 50 | 271 | 110 | 43 |
| Binary | 11001 | 10001111 | 10011010 | 1010100 | 111 | 0 | 101000 | 10111001 | 1001000 | 100011 |
Color Harmonies of #198F9A
Complementary color
Monochromatic Colors of #198F9A
Black with #198F9A
Text Example
Text Example
White with #198F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198F9A; }
p { color: rgb(25,143,154); }
H1.HeaderClassName
{
color: #198F9A;
}
.AnyTagClassName
{
color: #198F9A;
}
</style>
background-color css
<style>
a { background-color: #198F9A; }
a { background-color: rgb(25,143,154); }
div.DivClassName
{
background-color: #198F9A;
}
.BgClassName
{
background-color: #198F9A;
}
</style>
border-color css
<style>
span { border-color: #198F9A; }
span { border-color: rgb(25,143,154); }
td.TdClassName
{
border-color: #198F9A;
}
.TagClassName
{
border-color: #198F9A;
}
</style>