Shades of Java #13999E
Tints of Java #13999E
RGB
CMYK
RGB Variations
Color information
#13999E (or 0x13999E) is known color: Java. HEX triplet: 13, 99 and 9E. RGB value is (19,153,158). Sum of RGB (Red+Green+Blue) = 19+153+158=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #13999E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13999E is #EC6661. Grayscale: #717171. Windows color (decimal): -15492706 or 10393875. OLE color: 10393875.
HSL color Cylindrical-coordinate representation of color #13999E: hue angle of 182.16º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13999E is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 153 | 158 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.38 |
| HSL | 182.16º | 0.79% | 0.35% | - |
| HSV(B) | 182.16º | 0.88% | 0.62% | - |
| XYZ | 17.83 | 25.39 | 36.31 | - |
| YUV | 113.5 | 153.11 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 158 | 0.88 | 0.03 | 0 | 0.38 | 182.16 | 0.79 | 0.35 |
| Hex | 13 | 99 | 9E | 58 | 3 | 0 | 26 | B6 | 4F | 23 |
| Octal | 23 | 231 | 236 | 130 | 3 | 0 | 46 | 266 | 117 | 43 |
| Binary | 10011 | 10011001 | 10011110 | 1011000 | 11 | 0 | 100110 | 10110110 | 1001111 | 100011 |
Color Harmonies of #13999E
Complementary color
Monochromatic Colors of #13999E
Black with #13999E
Text Example
Text Example
White with #13999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13999E; }
p { color: rgb(19,153,158); }
H1.HeaderClassName
{
color: #13999E;
}
.AnyTagClassName
{
color: #13999E;
}
</style>
background-color css
<style>
a { background-color: #13999E; }
a { background-color: rgb(19,153,158); }
div.DivClassName
{
background-color: #13999E;
}
.BgClassName
{
background-color: #13999E;
}
</style>
border-color css
<style>
span { border-color: #13999E; }
span { border-color: rgb(19,153,158); }
td.TdClassName
{
border-color: #13999E;
}
.TagClassName
{
border-color: #13999E;
}
</style>