Shades of Java #19858C
Tints of Java #19858C
RGB
CMYK
RGB Variations
Color information
#19858C (or 0x19858C) is known color: Java. HEX triplet: 19, 85 and 8C. RGB value is (25,133,140). Sum of RGB (Red+Green+Blue) = 25+133+140=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #19858C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19858C is #E67A73. Grayscale: #656565. Windows color (decimal): -15104628 or 9209113. OLE color: 9209113.
HSL color Cylindrical-coordinate representation of color #19858C: hue angle of 183.65º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19858C is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 133 | 140 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.45 |
| HSL | 183.65º | 0.7% | 0.32% | - |
| HSV(B) | 183.65º | 0.82% | 0.55% | - |
| XYZ | 13.52 | 18.88 | 27.74 | - |
| YUV | 101.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 140 | 0.82 | 0.05 | 0 | 0.45 | 183.65 | 0.7 | 0.32 |
| Hex | 19 | 85 | 8C | 52 | 5 | 0 | 2D | B8 | 46 | 20 |
| Octal | 31 | 205 | 214 | 122 | 5 | 0 | 55 | 270 | 106 | 40 |
| Binary | 11001 | 10000101 | 10001100 | 1010010 | 101 | 0 | 101101 | 10111000 | 1000110 | 100000 |
Color Harmonies of #19858C
Complementary color
Monochromatic Colors of #19858C
Black with #19858C
Text Example
Text Example
White with #19858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19858C; }
p { color: rgb(25,133,140); }
H1.HeaderClassName
{
color: #19858C;
}
.AnyTagClassName
{
color: #19858C;
}
</style>
background-color css
<style>
a { background-color: #19858C; }
a { background-color: rgb(25,133,140); }
div.DivClassName
{
background-color: #19858C;
}
.BgClassName
{
background-color: #19858C;
}
</style>
border-color css
<style>
span { border-color: #19858C; }
span { border-color: rgb(25,133,140); }
td.TdClassName
{
border-color: #19858C;
}
.TagClassName
{
border-color: #19858C;
}
</style>