Shades of Java #199085
Tints of Java #199085
RGB
CMYK
RGB Variations
Color information
#199085 (or 0x199085) is known color: Java. HEX triplet: 19, 90 and 85. RGB value is (25,144,133). Sum of RGB (Red+Green+Blue) = 25+144+133=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #199085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199085 is #E66F7A. Grayscale: #6B6B6B. Windows color (decimal): -15101819 or 8753177. OLE color: 8753177.
HSL color Cylindrical-coordinate representation of color #199085: hue angle of 174.45º 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 #199085 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 144 | 133 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.44 |
| HSL | 174.45º | 0.7% | 0.33% | - |
| HSV(B) | 174.45º | 0.83% | 0.56% | - |
| XYZ | 14.61 | 21.85 | 25.64 | - |
| YUV | 107.17 | 142.58 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 133 | 0.83 | 0 | 0.08 | 0.44 | 174.45 | 0.7 | 0.33 |
| Hex | 19 | 90 | 85 | 53 | 0 | 8 | 2C | AE | 46 | 21 |
| Octal | 31 | 220 | 205 | 123 | 0 | 10 | 54 | 256 | 106 | 41 |
| Binary | 11001 | 10010000 | 10000101 | 1010011 | 0 | 1000 | 101100 | 10101110 | 1000110 | 100001 |
Color Harmonies of #199085
Complementary color
Monochromatic Colors of #199085
Black with #199085
Text Example
Text Example
White with #199085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199085; }
p { color: rgb(25,144,133); }
H1.HeaderClassName
{
color: #199085;
}
.AnyTagClassName
{
color: #199085;
}
</style>
background-color css
<style>
a { background-color: #199085; }
a { background-color: rgb(25,144,133); }
div.DivClassName
{
background-color: #199085;
}
.BgClassName
{
background-color: #199085;
}
</style>
border-color css
<style>
span { border-color: #199085; }
span { border-color: rgb(25,144,133); }
td.TdClassName
{
border-color: #199085;
}
.TagClassName
{
border-color: #199085;
}
</style>