Shades of Java #13998F
Tints of Java #13998F
RGB
CMYK
RGB Variations
Color information
#13998F (or 0x13998F) is known color: Java. HEX triplet: 13, 99 and 8F. RGB value is (19,153,143). Sum of RGB (Red+Green+Blue) = 19+153+143=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #13998F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13998F is #EC6670. Grayscale: #6F6F6F. Windows color (decimal): -15492721 or 9410835. OLE color: 9410835.
HSL color Cylindrical-coordinate representation of color #13998F: hue angle of 175.52º 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 #13998F is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 143 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.4 |
| HSL | 175.52º | 0.78% | 0.34% | - |
| HSV(B) | 175.52º | 0.88% | 0.6% | - |
| XYZ | 16.62 | 24.9 | 29.92 | - |
| YUV | 111.79 | 145.61 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 143 | 0.88 | 0 | 0.07 | 0.4 | 175.52 | 0.78 | 0.34 |
| Hex | 13 | 99 | 8F | 58 | 0 | 7 | 28 | B0 | 4E | 22 |
| Octal | 23 | 231 | 217 | 130 | 0 | 7 | 50 | 260 | 116 | 42 |
| Binary | 10011 | 10011001 | 10001111 | 1011000 | 0 | 111 | 101000 | 10110000 | 1001110 | 100010 |
Color Harmonies of #13998F
Complementary color
Monochromatic Colors of #13998F
Black with #13998F
Text Example
Text Example
White with #13998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13998F; }
p { color: rgb(19,153,143); }
H1.HeaderClassName
{
color: #13998F;
}
.AnyTagClassName
{
color: #13998F;
}
</style>
background-color css
<style>
a { background-color: #13998F; }
a { background-color: rgb(19,153,143); }
div.DivClassName
{
background-color: #13998F;
}
.BgClassName
{
background-color: #13998F;
}
</style>
border-color css
<style>
span { border-color: #13998F; }
span { border-color: rgb(19,153,143); }
td.TdClassName
{
border-color: #13998F;
}
.TagClassName
{
border-color: #13998F;
}
</style>