Shades of Java #13978D
Tints of Java #13978D
RGB
CMYK
RGB Variations
Color information
#13978D (or 0x13978D) is known color: Java. HEX triplet: 13, 97 and 8D. RGB value is (19,151,141). Sum of RGB (Red+Green+Blue) = 19+151+141=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #13978D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13978D is #EC6872. Grayscale: #6E6E6E. Windows color (decimal): -15493235 or 9279251. OLE color: 9279251.
HSL color Cylindrical-coordinate representation of color #13978D: hue angle of 175.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13978D is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 151 | 141 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.41 |
| HSL | 175.45º | 0.78% | 0.33% | - |
| HSV(B) | 175.45º | 0.87% | 0.59% | - |
| XYZ | 16.14 | 24.19 | 29.02 | - |
| YUV | 110.39 | 145.27 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 141 | 0.87 | 0 | 0.07 | 0.41 | 175.45 | 0.78 | 0.33 |
| Hex | 13 | 97 | 8D | 57 | 0 | 7 | 29 | AF | 4E | 21 |
| Octal | 23 | 227 | 215 | 127 | 0 | 7 | 51 | 257 | 116 | 41 |
| Binary | 10011 | 10010111 | 10001101 | 1010111 | 0 | 111 | 101001 | 10101111 | 1001110 | 100001 |
Color Harmonies of #13978D
Complementary color
Monochromatic Colors of #13978D
Black with #13978D
Text Example
Text Example
White with #13978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13978D; }
p { color: rgb(19,151,141); }
H1.HeaderClassName
{
color: #13978D;
}
.AnyTagClassName
{
color: #13978D;
}
</style>
background-color css
<style>
a { background-color: #13978D; }
a { background-color: rgb(19,151,141); }
div.DivClassName
{
background-color: #13978D;
}
.BgClassName
{
background-color: #13978D;
}
</style>
border-color css
<style>
span { border-color: #13978D; }
span { border-color: rgb(19,151,141); }
td.TdClassName
{
border-color: #13978D;
}
.TagClassName
{
border-color: #13978D;
}
</style>