Shades of Java #1398A0
Tints of Java #1398A0
RGB
CMYK
RGB Variations
Color information
#1398A0 (or 0x1398A0) is known color: Java. HEX triplet: 13, 98 and A0. RGB value is (19,152,160). Sum of RGB (Red+Green+Blue) = 19+152+160=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 160 - color contains mainly: blue. Hex color #1398A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1398A0 is #EC675F. Grayscale: #707070. Windows color (decimal): -15492960 or 10524691. OLE color: 10524691.
HSL color Cylindrical-coordinate representation of color #1398A0: hue angle of 183.4º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1398A0 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 152 | 160 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.37 |
| HSL | 183.4º | 0.79% | 0.35% | - |
| HSV(B) | 183.4º | 0.88% | 0.63% | - |
| XYZ | 17.84 | 25.13 | 37.17 | - |
| YUV | 113.15 | 154.44 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 160 | 0.88 | 0.05 | 0 | 0.37 | 183.4 | 0.79 | 0.35 |
| Hex | 13 | 98 | A0 | 58 | 5 | 0 | 25 | B7 | 4F | 23 |
| Octal | 23 | 230 | 240 | 130 | 5 | 0 | 45 | 267 | 117 | 43 |
| Binary | 10011 | 10011000 | 10100000 | 1011000 | 101 | 0 | 100101 | 10110111 | 1001111 | 100011 |
Color Harmonies of #1398A0
Complementary color
Monochromatic Colors of #1398A0
Black with #1398A0
Text Example
Text Example
White with #1398A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1398A0; }
p { color: rgb(19,152,160); }
H1.HeaderClassName
{
color: #1398A0;
}
.AnyTagClassName
{
color: #1398A0;
}
</style>
background-color css
<style>
a { background-color: #1398A0; }
a { background-color: rgb(19,152,160); }
div.DivClassName
{
background-color: #1398A0;
}
.BgClassName
{
background-color: #1398A0;
}
</style>
border-color css
<style>
span { border-color: #1398A0; }
span { border-color: rgb(19,152,160); }
td.TdClassName
{
border-color: #1398A0;
}
.TagClassName
{
border-color: #1398A0;
}
</style>