Shades of Java #1497A0
Tints of Java #1497A0
RGB
CMYK
RGB Variations
Color information
#1497A0 (or 0x1497A0) is known color: Java. HEX triplet: 14, 97 and A0. RGB value is (20,151,160). Sum of RGB (Red+Green+Blue) = 20+151+160=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 151 (59.38% from 255 or 45.62% 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 #1497A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1497A0 is #EB685F. Grayscale: #707070. Windows color (decimal): -15427680 or 10524436. OLE color: 10524436.
HSL color Cylindrical-coordinate representation of color #1497A0: hue angle of 183.86º degrees, saturation: 0.78, 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 #1497A0 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 151 | 160 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.37 |
| HSL | 183.86º | 0.78% | 0.35% | - |
| HSV(B) | 183.86º | 0.88% | 0.63% | - |
| XYZ | 17.7 | 24.82 | 37.12 | - |
| YUV | 112.86 | 154.6 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 160 | 0.88 | 0.06 | 0 | 0.37 | 183.86 | 0.78 | 0.35 |
| Hex | 14 | 97 | A0 | 58 | 6 | 0 | 25 | B8 | 4E | 23 |
| Octal | 24 | 227 | 240 | 130 | 6 | 0 | 45 | 270 | 116 | 43 |
| Binary | 10100 | 10010111 | 10100000 | 1011000 | 110 | 0 | 100101 | 10111000 | 1001110 | 100011 |
Color Harmonies of #1497A0
Complementary color
Monochromatic Colors of #1497A0
Black with #1497A0
Text Example
Text Example
White with #1497A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1497A0; }
p { color: rgb(20,151,160); }
H1.HeaderClassName
{
color: #1497A0;
}
.AnyTagClassName
{
color: #1497A0;
}
</style>
background-color css
<style>
a { background-color: #1497A0; }
a { background-color: rgb(20,151,160); }
div.DivClassName
{
background-color: #1497A0;
}
.BgClassName
{
background-color: #1497A0;
}
</style>
border-color css
<style>
span { border-color: #1497A0; }
span { border-color: rgb(20,151,160); }
td.TdClassName
{
border-color: #1497A0;
}
.TagClassName
{
border-color: #1497A0;
}
</style>