Shades of Java #199398
Tints of Java #199398
RGB
CMYK
RGB Variations
Color information
#199398 (or 0x199398) is known color: Java. HEX triplet: 19, 93 and 98. RGB value is (25,147,152). Sum of RGB (Red+Green+Blue) = 25+147+152=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #199398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199398 is #E66C67. Grayscale: #6E6E6E. Windows color (decimal): -15101032 or 9999129. OLE color: 9999129.
HSL color Cylindrical-coordinate representation of color #199398: hue angle of 182.36º 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 #199398 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 147 | 152 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.40 |
| HSL | 182.36º | 0.72% | 0.35% | - |
| HSV(B) | 182.36º | 0.84% | 0.6% | - |
| XYZ | 16.5 | 23.34 | 33.34 | - |
| YUV | 111.09 | 151.08 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 152 | 0.84 | 0.03 | 0 | 0.40 | 182.36 | 0.72 | 0.35 |
| Hex | 19 | 93 | 98 | 54 | 3 | 0 | 28 | B6 | 48 | 23 |
| Octal | 31 | 223 | 230 | 124 | 3 | 0 | 50 | 266 | 110 | 43 |
| Binary | 11001 | 10010011 | 10011000 | 1010100 | 11 | 0 | 101000 | 10110110 | 1001000 | 100011 |
Color Harmonies of #199398
Complementary color
Monochromatic Colors of #199398
Black with #199398
Text Example
Text Example
White with #199398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199398; }
p { color: rgb(25,147,152); }
H1.HeaderClassName
{
color: #199398;
}
.AnyTagClassName
{
color: #199398;
}
</style>
background-color css
<style>
a { background-color: #199398; }
a { background-color: rgb(25,147,152); }
div.DivClassName
{
background-color: #199398;
}
.BgClassName
{
background-color: #199398;
}
</style>
border-color css
<style>
span { border-color: #199398; }
span { border-color: rgb(25,147,152); }
td.TdClassName
{
border-color: #199398;
}
.TagClassName
{
border-color: #199398;
}
</style>