Shades of Java #13998C
Tints of Java #13998C
RGB
CMYK
RGB Variations
Color information
#13998C (or 0x13998C) is known color: Java. HEX triplet: 13, 99 and 8C. RGB value is (19,153,140). Sum of RGB (Red+Green+Blue) = 19+153+140=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #13998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13998C is #EC6673. Grayscale: #6F6F6F. Windows color (decimal): -15492724 or 9214227. OLE color: 9214227.
HSL color Cylindrical-coordinate representation of color #13998C: hue angle of 174.18º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13998C is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 140 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.4 |
| HSL | 174.18º | 0.78% | 0.34% | - |
| HSV(B) | 174.18º | 0.88% | 0.6% | - |
| XYZ | 16.39 | 24.81 | 28.74 | - |
| YUV | 111.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 140 | 0.88 | 0 | 0.08 | 0.4 | 174.18 | 0.78 | 0.34 |
| Hex | 13 | 99 | 8C | 58 | 0 | 8 | 28 | AE | 4E | 22 |
| Octal | 23 | 231 | 214 | 130 | 0 | 10 | 50 | 256 | 116 | 42 |
| Binary | 10011 | 10011001 | 10001100 | 1011000 | 0 | 1000 | 101000 | 10101110 | 1001110 | 100010 |
Color Harmonies of #13998C
Complementary color
Monochromatic Colors of #13998C
Black with #13998C
Text Example
Text Example
White with #13998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13998C; }
p { color: rgb(19,153,140); }
H1.HeaderClassName
{
color: #13998C;
}
.AnyTagClassName
{
color: #13998C;
}
</style>
background-color css
<style>
a { background-color: #13998C; }
a { background-color: rgb(19,153,140); }
div.DivClassName
{
background-color: #13998C;
}
.BgClassName
{
background-color: #13998C;
}
</style>
border-color css
<style>
span { border-color: #13998C; }
span { border-color: rgb(19,153,140); }
td.TdClassName
{
border-color: #13998C;
}
.TagClassName
{
border-color: #13998C;
}
</style>