Shades of Java #19858D
Tints of Java #19858D
RGB
CMYK
RGB Variations
Color information
#19858D (or 0x19858D) is known color: Java. HEX triplet: 19, 85 and 8D. RGB value is (25,133,141). Sum of RGB (Red+Green+Blue) = 25+133+141=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #19858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19858D is #E67A72. Grayscale: #656565. Windows color (decimal): -15104627 or 9274649. OLE color: 9274649.
HSL color Cylindrical-coordinate representation of color #19858D: hue angle of 184.14º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19858D is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 133 | 141 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.45 |
| HSL | 184.14º | 0.7% | 0.33% | - |
| HSV(B) | 184.14º | 0.82% | 0.55% | - |
| XYZ | 13.6 | 18.9 | 28.13 | - |
| YUV | 101.62 | 150.22 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 141 | 0.82 | 0.06 | 0 | 0.45 | 184.14 | 0.7 | 0.33 |
| Hex | 19 | 85 | 8D | 52 | 6 | 0 | 2D | B8 | 46 | 21 |
| Octal | 31 | 205 | 215 | 122 | 6 | 0 | 55 | 270 | 106 | 41 |
| Binary | 11001 | 10000101 | 10001101 | 1010010 | 110 | 0 | 101101 | 10111000 | 1000110 | 100001 |
Color Harmonies of #19858D
Complementary color
Monochromatic Colors of #19858D
Black with #19858D
Text Example
Text Example
White with #19858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19858D; }
p { color: rgb(25,133,141); }
H1.HeaderClassName
{
color: #19858D;
}
.AnyTagClassName
{
color: #19858D;
}
</style>
background-color css
<style>
a { background-color: #19858D; }
a { background-color: rgb(25,133,141); }
div.DivClassName
{
background-color: #19858D;
}
.BgClassName
{
background-color: #19858D;
}
</style>
border-color css
<style>
span { border-color: #19858D; }
span { border-color: rgb(25,133,141); }
td.TdClassName
{
border-color: #19858D;
}
.TagClassName
{
border-color: #19858D;
}
</style>