Shades of Java #199993
Tints of Java #199993
RGB
CMYK
RGB Variations
Color information
#199993 (or 0x199993) is known color: Java. HEX triplet: 19, 99 and 93. RGB value is (25,153,147). Sum of RGB (Red+Green+Blue) = 25+153+147=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #199993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199993 is #E6666C. Grayscale: #717171. Windows color (decimal): -15099501 or 9672985. OLE color: 9672985.
HSL color Cylindrical-coordinate representation of color #199993: hue angle of 177.19º 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 #199993 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 147 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.4 |
| HSL | 177.19º | 0.72% | 0.35% | - |
| HSV(B) | 177.19º | 0.84% | 0.6% | - |
| XYZ | 17.06 | 25.1 | 31.55 | - |
| YUV | 114.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 147 | 0.84 | 0 | 0.04 | 0.4 | 177.19 | 0.72 | 0.35 |
| Hex | 19 | 99 | 93 | 54 | 0 | 4 | 28 | B1 | 48 | 23 |
| Octal | 31 | 231 | 223 | 124 | 0 | 4 | 50 | 261 | 110 | 43 |
| Binary | 11001 | 10011001 | 10010011 | 1010100 | 0 | 100 | 101000 | 10110001 | 1001000 | 100011 |
Color Harmonies of #199993
Complementary color
Monochromatic Colors of #199993
Black with #199993
Text Example
Text Example
White with #199993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199993; }
p { color: rgb(25,153,147); }
H1.HeaderClassName
{
color: #199993;
}
.AnyTagClassName
{
color: #199993;
}
</style>
background-color css
<style>
a { background-color: #199993; }
a { background-color: rgb(25,153,147); }
div.DivClassName
{
background-color: #199993;
}
.BgClassName
{
background-color: #199993;
}
</style>
border-color css
<style>
span { border-color: #199993; }
span { border-color: rgb(25,153,147); }
td.TdClassName
{
border-color: #199993;
}
.TagClassName
{
border-color: #199993;
}
</style>