Shades of Java #19848D
Tints of Java #19848D
RGB
CMYK
RGB Variations
Color information
#19848D (or 0x19848D) is known color: Java. HEX triplet: 19, 84 and 8D. RGB value is (25,132,141). Sum of RGB (Red+Green+Blue) = 25+132+141=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #19848D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19848D is #E67B72. Grayscale: #646464. Windows color (decimal): -15104883 or 9274393. OLE color: 9274393.
HSL color Cylindrical-coordinate representation of color #19848D: hue angle of 184.66º 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 #19848D is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 132 | 141 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.45 |
| HSL | 184.66º | 0.7% | 0.33% | - |
| HSV(B) | 184.66º | 0.82% | 0.55% | - |
| XYZ | 13.46 | 18.63 | 28.09 | - |
| YUV | 101.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 141 | 0.82 | 0.06 | 0 | 0.45 | 184.66 | 0.7 | 0.33 |
| Hex | 19 | 84 | 8D | 52 | 6 | 0 | 2D | B9 | 46 | 21 |
| Octal | 31 | 204 | 215 | 122 | 6 | 0 | 55 | 271 | 106 | 41 |
| Binary | 11001 | 10000100 | 10001101 | 1010010 | 110 | 0 | 101101 | 10111001 | 1000110 | 100001 |
Color Harmonies of #19848D
Complementary color
Monochromatic Colors of #19848D
Black with #19848D
Text Example
Text Example
White with #19848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19848D; }
p { color: rgb(25,132,141); }
H1.HeaderClassName
{
color: #19848D;
}
.AnyTagClassName
{
color: #19848D;
}
</style>
background-color css
<style>
a { background-color: #19848D; }
a { background-color: rgb(25,132,141); }
div.DivClassName
{
background-color: #19848D;
}
.BgClassName
{
background-color: #19848D;
}
</style>
border-color css
<style>
span { border-color: #19848D; }
span { border-color: rgb(25,132,141); }
td.TdClassName
{
border-color: #19848D;
}
.TagClassName
{
border-color: #19848D;
}
</style>