Shades of Java #19838E
Tints of Java #19838E
RGB
CMYK
RGB Variations
Color information
#19838E (or 0x19838E) is known color: Java. HEX triplet: 19, 83 and 8E. RGB value is (25,131,142). Sum of RGB (Red+Green+Blue) = 25+131+142=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #19838E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19838E is #E67C71. Grayscale: #646464. Windows color (decimal): -15105138 or 9339673. OLE color: 9339673.
HSL color Cylindrical-coordinate representation of color #19838E: hue angle of 185.64º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19838E is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 131 | 142 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.44 |
| HSL | 185.64º | 0.7% | 0.33% | - |
| HSV(B) | 185.64º | 0.82% | 0.56% | - |
| XYZ | 13.4 | 18.39 | 28.44 | - |
| YUV | 100.56 | 151.38 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 142 | 0.82 | 0.08 | 0 | 0.44 | 185.64 | 0.7 | 0.33 |
| Hex | 19 | 83 | 8E | 52 | 8 | 0 | 2C | BA | 46 | 21 |
| Octal | 31 | 203 | 216 | 122 | 10 | 0 | 54 | 272 | 106 | 41 |
| Binary | 11001 | 10000011 | 10001110 | 1010010 | 1000 | 0 | 101100 | 10111010 | 1000110 | 100001 |
Color Harmonies of #19838E
Complementary color
Monochromatic Colors of #19838E
Black with #19838E
Text Example
Text Example
White with #19838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19838E; }
p { color: rgb(25,131,142); }
H1.HeaderClassName
{
color: #19838E;
}
.AnyTagClassName
{
color: #19838E;
}
</style>
background-color css
<style>
a { background-color: #19838E; }
a { background-color: rgb(25,131,142); }
div.DivClassName
{
background-color: #19838E;
}
.BgClassName
{
background-color: #19838E;
}
</style>
border-color css
<style>
span { border-color: #19838E; }
span { border-color: rgb(25,131,142); }
td.TdClassName
{
border-color: #19838E;
}
.TagClassName
{
border-color: #19838E;
}
</style>