Shades of Java #199385
Tints of Java #199385
RGB
CMYK
RGB Variations
Color information
#199385 (or 0x199385) is known color: Java. HEX triplet: 19, 93 and 85. RGB value is (25,147,133). Sum of RGB (Red+Green+Blue) = 25+147+133=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #199385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199385 is #E66C7A. Grayscale: #6C6C6C. Windows color (decimal): -15101051 or 8753945. OLE color: 8753945.
HSL color Cylindrical-coordinate representation of color #199385: hue angle of 173.11º 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 #199385 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 147 | 133 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.42 |
| HSL | 173.11º | 0.71% | 0.34% | - |
| HSV(B) | 173.11º | 0.83% | 0.58% | - |
| XYZ | 15.07 | 22.77 | 25.79 | - |
| YUV | 108.93 | 141.58 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 133 | 0.83 | 0 | 0.10 | 0.42 | 173.11 | 0.71 | 0.34 |
| Hex | 19 | 93 | 85 | 53 | 0 | A | 2A | AD | 47 | 22 |
| Octal | 31 | 223 | 205 | 123 | 0 | 12 | 52 | 255 | 107 | 42 |
| Binary | 11001 | 10010011 | 10000101 | 1010011 | 0 | 1010 | 101010 | 10101101 | 1000111 | 100010 |
Color Harmonies of #199385
Complementary color
Monochromatic Colors of #199385
Black with #199385
Text Example
Text Example
White with #199385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199385; }
p { color: rgb(25,147,133); }
H1.HeaderClassName
{
color: #199385;
}
.AnyTagClassName
{
color: #199385;
}
</style>
background-color css
<style>
a { background-color: #199385; }
a { background-color: rgb(25,147,133); }
div.DivClassName
{
background-color: #199385;
}
.BgClassName
{
background-color: #199385;
}
</style>
border-color css
<style>
span { border-color: #199385; }
span { border-color: rgb(25,147,133); }
td.TdClassName
{
border-color: #199385;
}
.TagClassName
{
border-color: #199385;
}
</style>