Shades of Java #19848F
Tints of Java #19848F
RGB
CMYK
RGB Variations
Color information
#19848F (or 0x19848F) is known color: Java. HEX triplet: 19, 84 and 8F. RGB value is (25,132,143). Sum of RGB (Red+Green+Blue) = 25+132+143=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #19848F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19848F is #E67B70. Grayscale: #656565. Windows color (decimal): -15104881 or 9405465. OLE color: 9405465.
HSL color Cylindrical-coordinate representation of color #19848F: hue angle of 185.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19848F is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 132 | 143 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.44 |
| HSL | 185.59º | 0.7% | 0.33% | - |
| HSV(B) | 185.59º | 0.83% | 0.56% | - |
| XYZ | 13.61 | 18.69 | 28.88 | - |
| YUV | 101.26 | 151.55 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 143 | 0.83 | 0.08 | 0 | 0.44 | 185.59 | 0.7 | 0.33 |
| Hex | 19 | 84 | 8F | 53 | 8 | 0 | 2C | BA | 46 | 21 |
| Octal | 31 | 204 | 217 | 123 | 10 | 0 | 54 | 272 | 106 | 41 |
| Binary | 11001 | 10000100 | 10001111 | 1010011 | 1000 | 0 | 101100 | 10111010 | 1000110 | 100001 |
Color Harmonies of #19848F
Complementary color
Monochromatic Colors of #19848F
Black with #19848F
Text Example
Text Example
White with #19848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19848F; }
p { color: rgb(25,132,143); }
H1.HeaderClassName
{
color: #19848F;
}
.AnyTagClassName
{
color: #19848F;
}
</style>
background-color css
<style>
a { background-color: #19848F; }
a { background-color: rgb(25,132,143); }
div.DivClassName
{
background-color: #19848F;
}
.BgClassName
{
background-color: #19848F;
}
</style>
border-color css
<style>
span { border-color: #19848F; }
span { border-color: rgb(25,132,143); }
td.TdClassName
{
border-color: #19848F;
}
.TagClassName
{
border-color: #19848F;
}
</style>