Shades of Java #19909B
Tints of Java #19909B
RGB
CMYK
RGB Variations
Color information
#19909B (or 0x19909B) is known color: Java. HEX triplet: 19, 90 and 9B. RGB value is (25,144,155). Sum of RGB (Red+Green+Blue) = 25+144+155=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #19909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19909B is #E66F64. Grayscale: #6D6D6D. Windows color (decimal): -15101797 or 10194969. OLE color: 10194969.
HSL color Cylindrical-coordinate representation of color #19909B: hue angle of 185.08º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19909B is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 144 | 155 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.39 |
| HSL | 185.08º | 0.72% | 0.35% | - |
| HSV(B) | 185.08º | 0.84% | 0.61% | - |
| XYZ | 16.29 | 22.52 | 34.5 | - |
| YUV | 109.67 | 153.58 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 155 | 0.84 | 0.07 | 0 | 0.39 | 185.08 | 0.72 | 0.35 |
| Hex | 19 | 90 | 9B | 54 | 7 | 0 | 27 | B9 | 48 | 23 |
| Octal | 31 | 220 | 233 | 124 | 7 | 0 | 47 | 271 | 110 | 43 |
| Binary | 11001 | 10010000 | 10011011 | 1010100 | 111 | 0 | 100111 | 10111001 | 1001000 | 100011 |
Color Harmonies of #19909B
Complementary color
Monochromatic Colors of #19909B
Black with #19909B
Text Example
Text Example
White with #19909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19909B; }
p { color: rgb(25,144,155); }
H1.HeaderClassName
{
color: #19909B;
}
.AnyTagClassName
{
color: #19909B;
}
</style>
background-color css
<style>
a { background-color: #19909B; }
a { background-color: rgb(25,144,155); }
div.DivClassName
{
background-color: #19909B;
}
.BgClassName
{
background-color: #19909B;
}
</style>
border-color css
<style>
span { border-color: #19909B; }
span { border-color: rgb(25,144,155); }
td.TdClassName
{
border-color: #19909B;
}
.TagClassName
{
border-color: #19909B;
}
</style>