Shades of Java #19909E
Tints of Java #19909E
RGB
CMYK
RGB Variations
Color information
#19909E (or 0x19909E) is known color: Java. HEX triplet: 19, 90 and 9E. RGB value is (25,144,158). Sum of RGB (Red+Green+Blue) = 25+144+158=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #19909E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19909E is #E66F61. Grayscale: #6D6D6D. Windows color (decimal): -15101794 or 10391577. OLE color: 10391577.
HSL color Cylindrical-coordinate representation of color #19909E: hue angle of 186.32º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19909E is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 144 | 158 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.38 |
| HSL | 186.32º | 0.73% | 0.36% | - |
| HSV(B) | 186.32º | 0.84% | 0.62% | - |
| XYZ | 16.55 | 22.62 | 35.84 | - |
| YUV | 110.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 158 | 0.84 | 0.09 | 0 | 0.38 | 186.32 | 0.73 | 0.36 |
| Hex | 19 | 90 | 9E | 54 | 9 | 0 | 26 | BA | 49 | 24 |
| Octal | 31 | 220 | 236 | 124 | 11 | 0 | 46 | 272 | 111 | 44 |
| Binary | 11001 | 10010000 | 10011110 | 1010100 | 1001 | 0 | 100110 | 10111010 | 1001001 | 100100 |
Color Harmonies of #19909E
Complementary color
Monochromatic Colors of #19909E
Black with #19909E
Text Example
Text Example
White with #19909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19909E; }
p { color: rgb(25,144,158); }
H1.HeaderClassName
{
color: #19909E;
}
.AnyTagClassName
{
color: #19909E;
}
</style>
background-color css
<style>
a { background-color: #19909E; }
a { background-color: rgb(25,144,158); }
div.DivClassName
{
background-color: #19909E;
}
.BgClassName
{
background-color: #19909E;
}
</style>
border-color css
<style>
span { border-color: #19909E; }
span { border-color: rgb(25,144,158); }
td.TdClassName
{
border-color: #19909E;
}
.TagClassName
{
border-color: #19909E;
}
</style>