Shades of Java #19949E
Tints of Java #19949E
RGB
CMYK
RGB Variations
Color information
#19949E (or 0x19949E) is known color: Java. HEX triplet: 19, 94 and 9E. RGB value is (25,148,158). Sum of RGB (Red+Green+Blue) = 25+148+158=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #19949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19949E is #E66B61. Grayscale: #707070. Windows color (decimal): -15100770 or 10392601. OLE color: 10392601.
HSL color Cylindrical-coordinate representation of color #19949E: hue angle of 184.51º 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 #19949E is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 148 | 158 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.38 |
| HSL | 184.51º | 0.73% | 0.36% | - |
| HSV(B) | 184.51º | 0.84% | 0.62% | - |
| XYZ | 17.16 | 23.86 | 36.05 | - |
| YUV | 112.36 | 153.75 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 158 | 0.84 | 0.06 | 0 | 0.38 | 184.51 | 0.73 | 0.36 |
| Hex | 19 | 94 | 9E | 54 | 6 | 0 | 26 | B9 | 49 | 24 |
| Octal | 31 | 224 | 236 | 124 | 6 | 0 | 46 | 271 | 111 | 44 |
| Binary | 11001 | 10010100 | 10011110 | 1010100 | 110 | 0 | 100110 | 10111001 | 1001001 | 100100 |
Color Harmonies of #19949E
Complementary color
Monochromatic Colors of #19949E
Black with #19949E
Text Example
Text Example
White with #19949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19949E; }
p { color: rgb(25,148,158); }
H1.HeaderClassName
{
color: #19949E;
}
.AnyTagClassName
{
color: #19949E;
}
</style>
background-color css
<style>
a { background-color: #19949E; }
a { background-color: rgb(25,148,158); }
div.DivClassName
{
background-color: #19949E;
}
.BgClassName
{
background-color: #19949E;
}
</style>
border-color css
<style>
span { border-color: #19949E; }
span { border-color: rgb(25,148,158); }
td.TdClassName
{
border-color: #19949E;
}
.TagClassName
{
border-color: #19949E;
}
</style>