Shades of Java #19948E
Tints of Java #19948E
RGB
CMYK
RGB Variations
Color information
#19948E (or 0x19948E) is known color: Java. HEX triplet: 19, 94 and 8E. RGB value is (25,148,142). Sum of RGB (Red+Green+Blue) = 25+148+142=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #19948E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19948E is #E66B71. Grayscale: #6E6E6E. Windows color (decimal): -15100786 or 9344025. OLE color: 9344025.
HSL color Cylindrical-coordinate representation of color #19948E: hue angle of 177.07º 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 #19948E is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 142 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.42 |
| HSL | 177.07º | 0.71% | 0.34% | - |
| HSV(B) | 177.07º | 0.83% | 0.58% | - |
| XYZ | 15.87 | 23.34 | 29.26 | - |
| YUV | 110.54 | 145.75 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 142 | 0.83 | 0 | 0.04 | 0.42 | 177.07 | 0.71 | 0.34 |
| Hex | 19 | 94 | 8E | 53 | 0 | 4 | 2A | B1 | 47 | 22 |
| Octal | 31 | 224 | 216 | 123 | 0 | 4 | 52 | 261 | 107 | 42 |
| Binary | 11001 | 10010100 | 10001110 | 1010011 | 0 | 100 | 101010 | 10110001 | 1000111 | 100010 |
Color Harmonies of #19948E
Complementary color
Monochromatic Colors of #19948E
Black with #19948E
Text Example
Text Example
White with #19948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19948E; }
p { color: rgb(25,148,142); }
H1.HeaderClassName
{
color: #19948E;
}
.AnyTagClassName
{
color: #19948E;
}
</style>
background-color css
<style>
a { background-color: #19948E; }
a { background-color: rgb(25,148,142); }
div.DivClassName
{
background-color: #19948E;
}
.BgClassName
{
background-color: #19948E;
}
</style>
border-color css
<style>
span { border-color: #19948E; }
span { border-color: rgb(25,148,142); }
td.TdClassName
{
border-color: #19948E;
}
.TagClassName
{
border-color: #19948E;
}
</style>