Shades of Java #19969F
Tints of Java #19969F
RGB
CMYK
RGB Variations
Color information
#19969F (or 0x19969F) is known color: Java. HEX triplet: 19, 96 and 9F. RGB value is (25,150,159). Sum of RGB (Red+Green+Blue) = 25+150+159=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #19969F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19969F is #E66960. Grayscale: #717171. Windows color (decimal): -15100257 or 10458649. OLE color: 10458649.
HSL color Cylindrical-coordinate representation of color #19969F: hue angle of 184.03º 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 #19969F is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 150 | 159 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.38 |
| HSL | 184.03º | 0.73% | 0.36% | - |
| HSV(B) | 184.03º | 0.84% | 0.62% | - |
| XYZ | 17.57 | 24.52 | 36.61 | - |
| YUV | 113.65 | 153.59 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 159 | 0.84 | 0.06 | 0 | 0.38 | 184.03 | 0.73 | 0.36 |
| Hex | 19 | 96 | 9F | 54 | 6 | 0 | 26 | B8 | 49 | 24 |
| Octal | 31 | 226 | 237 | 124 | 6 | 0 | 46 | 270 | 111 | 44 |
| Binary | 11001 | 10010110 | 10011111 | 1010100 | 110 | 0 | 100110 | 10111000 | 1001001 | 100100 |
Color Harmonies of #19969F
Complementary color
Monochromatic Colors of #19969F
Black with #19969F
Text Example
Text Example
White with #19969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19969F; }
p { color: rgb(25,150,159); }
H1.HeaderClassName
{
color: #19969F;
}
.AnyTagClassName
{
color: #19969F;
}
</style>
background-color css
<style>
a { background-color: #19969F; }
a { background-color: rgb(25,150,159); }
div.DivClassName
{
background-color: #19969F;
}
.BgClassName
{
background-color: #19969F;
}
</style>
border-color css
<style>
span { border-color: #19969F; }
span { border-color: rgb(25,150,159); }
td.TdClassName
{
border-color: #19969F;
}
.TagClassName
{
border-color: #19969F;
}
</style>