Shades of Java #19979E
Tints of Java #19979E
RGB
CMYK
RGB Variations
Color information
#19979E (or 0x19979E) is known color: Java. HEX triplet: 19, 97 and 9E. RGB value is (25,151,158). Sum of RGB (Red+Green+Blue) = 25+151+158=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #19979E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19979E is #E66861. Grayscale: #717171. Windows color (decimal): -15100002 or 10393369. OLE color: 10393369.
HSL color Cylindrical-coordinate representation of color #19979E: hue angle of 183.16º 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 #19979E is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 151 | 158 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.38 |
| HSL | 183.16º | 0.73% | 0.36% | - |
| HSV(B) | 183.16º | 0.84% | 0.62% | - |
| XYZ | 17.64 | 24.81 | 36.21 | - |
| YUV | 114.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 158 | 0.84 | 0.04 | 0 | 0.38 | 183.16 | 0.73 | 0.36 |
| Hex | 19 | 97 | 9E | 54 | 4 | 0 | 26 | B7 | 49 | 24 |
| Octal | 31 | 227 | 236 | 124 | 4 | 0 | 46 | 267 | 111 | 44 |
| Binary | 11001 | 10010111 | 10011110 | 1010100 | 100 | 0 | 100110 | 10110111 | 1001001 | 100100 |
Color Harmonies of #19979E
Complementary color
Monochromatic Colors of #19979E
Black with #19979E
Text Example
Text Example
White with #19979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19979E; }
p { color: rgb(25,151,158); }
H1.HeaderClassName
{
color: #19979E;
}
.AnyTagClassName
{
color: #19979E;
}
</style>
background-color css
<style>
a { background-color: #19979E; }
a { background-color: rgb(25,151,158); }
div.DivClassName
{
background-color: #19979E;
}
.BgClassName
{
background-color: #19979E;
}
</style>
border-color css
<style>
span { border-color: #19979E; }
span { border-color: rgb(25,151,158); }
td.TdClassName
{
border-color: #19979E;
}
.TagClassName
{
border-color: #19979E;
}
</style>