Shades of Java #19919B
Tints of Java #19919B
RGB
CMYK
RGB Variations
Color information
#19919B (or 0x19919B) is known color: Java. HEX triplet: 19, 91 and 9B. RGB value is (25,145,155). Sum of RGB (Red+Green+Blue) = 25+145+155=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #19919B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19919B is #E66E64. Grayscale: #6E6E6E. Windows color (decimal): -15101541 or 10195225. OLE color: 10195225.
HSL color Cylindrical-coordinate representation of color #19919B: hue angle of 184.62º 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 #19919B is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 145 | 155 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.39 |
| HSL | 184.62º | 0.72% | 0.35% | - |
| HSV(B) | 184.62º | 0.84% | 0.61% | - |
| XYZ | 16.44 | 22.82 | 34.55 | - |
| YUV | 110.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 155 | 0.84 | 0.06 | 0 | 0.39 | 184.62 | 0.72 | 0.35 |
| Hex | 19 | 91 | 9B | 54 | 6 | 0 | 27 | B9 | 48 | 23 |
| Octal | 31 | 221 | 233 | 124 | 6 | 0 | 47 | 271 | 110 | 43 |
| Binary | 11001 | 10010001 | 10011011 | 1010100 | 110 | 0 | 100111 | 10111001 | 1001000 | 100011 |
Color Harmonies of #19919B
Complementary color
Monochromatic Colors of #19919B
Black with #19919B
Text Example
Text Example
White with #19919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19919B; }
p { color: rgb(25,145,155); }
H1.HeaderClassName
{
color: #19919B;
}
.AnyTagClassName
{
color: #19919B;
}
</style>
background-color css
<style>
a { background-color: #19919B; }
a { background-color: rgb(25,145,155); }
div.DivClassName
{
background-color: #19919B;
}
.BgClassName
{
background-color: #19919B;
}
</style>
border-color css
<style>
span { border-color: #19919B; }
span { border-color: rgb(25,145,155); }
td.TdClassName
{
border-color: #19919B;
}
.TagClassName
{
border-color: #19919B;
}
</style>