Shades of Java #1493A0
Tints of Java #1493A0
RGB
CMYK
RGB Variations
Color information
#1493A0 (or 0x1493A0) is known color: Java. HEX triplet: 14, 93 and A0. RGB value is (20,147,160). Sum of RGB (Red+Green+Blue) = 20+147+160=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 160 (62.89% from 255 or 48.93% from 327); Max value from RGB is 160 - color contains mainly: blue. Hex color #1493A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1493A0 is #EB6C5F. Grayscale: #6E6E6E. Windows color (decimal): -15428704 or 10523412. OLE color: 10523412.
HSL color Cylindrical-coordinate representation of color #1493A0: hue angle of 185.57º 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 #1493A0 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 147 | 160 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.37 |
| HSL | 185.57º | 0.78% | 0.35% | - |
| HSV(B) | 185.57º | 0.88% | 0.63% | - |
| XYZ | 17.07 | 23.55 | 36.9 | - |
| YUV | 110.51 | 155.92 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 160 | 0.88 | 0.08 | 0 | 0.37 | 185.57 | 0.78 | 0.35 |
| Hex | 14 | 93 | A0 | 58 | 8 | 0 | 25 | BA | 4E | 23 |
| Octal | 24 | 223 | 240 | 130 | 10 | 0 | 45 | 272 | 116 | 43 |
| Binary | 10100 | 10010011 | 10100000 | 1011000 | 1000 | 0 | 100101 | 10111010 | 1001110 | 100011 |
Color Harmonies of #1493A0
Complementary color
Monochromatic Colors of #1493A0
Black with #1493A0
Text Example
Text Example
White with #1493A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1493A0; }
p { color: rgb(20,147,160); }
H1.HeaderClassName
{
color: #1493A0;
}
.AnyTagClassName
{
color: #1493A0;
}
</style>
background-color css
<style>
a { background-color: #1493A0; }
a { background-color: rgb(20,147,160); }
div.DivClassName
{
background-color: #1493A0;
}
.BgClassName
{
background-color: #1493A0;
}
</style>
border-color css
<style>
span { border-color: #1493A0; }
span { border-color: rgb(20,147,160); }
td.TdClassName
{
border-color: #1493A0;
}
.TagClassName
{
border-color: #1493A0;
}
</style>