Shades of Java #19919A
Tints of Java #19919A
RGB
CMYK
RGB Variations
Color information
#19919A (or 0x19919A) is known color: Java. HEX triplet: 19, 91 and 9A. RGB value is (25,145,154). Sum of RGB (Red+Green+Blue) = 25+145+154=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #19919A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19919A is #E66E65. Grayscale: #6D6D6D. Windows color (decimal): -15101542 or 10129689. OLE color: 10129689.
HSL color Cylindrical-coordinate representation of color #19919A: hue angle of 184.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19919A is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 145 | 154 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.40 |
| HSL | 184.19º | 0.72% | 0.35% | - |
| HSV(B) | 184.19º | 0.84% | 0.6% | - |
| XYZ | 16.36 | 22.79 | 34.11 | - |
| YUV | 110.15 | 152.74 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 154 | 0.84 | 0.06 | 0 | 0.40 | 184.19 | 0.72 | 0.35 |
| Hex | 19 | 91 | 9A | 54 | 6 | 0 | 28 | B8 | 48 | 23 |
| Octal | 31 | 221 | 232 | 124 | 6 | 0 | 50 | 270 | 110 | 43 |
| Binary | 11001 | 10010001 | 10011010 | 1010100 | 110 | 0 | 101000 | 10111000 | 1001000 | 100011 |
Color Harmonies of #19919A
Complementary color
Monochromatic Colors of #19919A
Black with #19919A
Text Example
Text Example
White with #19919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19919A; }
p { color: rgb(25,145,154); }
H1.HeaderClassName
{
color: #19919A;
}
.AnyTagClassName
{
color: #19919A;
}
</style>
background-color css
<style>
a { background-color: #19919A; }
a { background-color: rgb(25,145,154); }
div.DivClassName
{
background-color: #19919A;
}
.BgClassName
{
background-color: #19919A;
}
</style>
border-color css
<style>
span { border-color: #19919A; }
span { border-color: rgb(25,145,154); }
td.TdClassName
{
border-color: #19919A;
}
.TagClassName
{
border-color: #19919A;
}
</style>