Shades of Java #19848A
Tints of Java #19848A
RGB
CMYK
RGB Variations
Color information
#19848A (or 0x19848A) is known color: Java. HEX triplet: 19, 84 and 8A. RGB value is (25,132,138). Sum of RGB (Red+Green+Blue) = 25+132+138=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #19848A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19848A is #E67B75. Grayscale: #646464. Windows color (decimal): -15104886 or 9077785. OLE color: 9077785.
HSL color Cylindrical-coordinate representation of color #19848A: hue angle of 183.19º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19848A is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 132 | 138 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.46 |
| HSL | 183.19º | 0.69% | 0.32% | - |
| HSV(B) | 183.19º | 0.82% | 0.54% | - |
| XYZ | 13.24 | 18.54 | 26.93 | - |
| YUV | 100.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 138 | 0.82 | 0.04 | 0 | 0.46 | 183.19 | 0.69 | 0.32 |
| Hex | 19 | 84 | 8A | 52 | 4 | 0 | 2E | B7 | 45 | 20 |
| Octal | 31 | 204 | 212 | 122 | 4 | 0 | 56 | 267 | 105 | 40 |
| Binary | 11001 | 10000100 | 10001010 | 1010010 | 100 | 0 | 101110 | 10110111 | 1000101 | 100000 |
Color Harmonies of #19848A
Complementary color
Monochromatic Colors of #19848A
Black with #19848A
Text Example
Text Example
White with #19848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19848A; }
p { color: rgb(25,132,138); }
H1.HeaderClassName
{
color: #19848A;
}
.AnyTagClassName
{
color: #19848A;
}
</style>
background-color css
<style>
a { background-color: #19848A; }
a { background-color: rgb(25,132,138); }
div.DivClassName
{
background-color: #19848A;
}
.BgClassName
{
background-color: #19848A;
}
</style>
border-color css
<style>
span { border-color: #19848A; }
span { border-color: rgb(25,132,138); }
td.TdClassName
{
border-color: #19848A;
}
.TagClassName
{
border-color: #19848A;
}
</style>