Shades of Java #1493A3
Tints of Java #1493A3
RGB
CMYK
RGB Variations
Color information
#1493A3 (or 0x1493A3) is known color: Java. HEX triplet: 14, 93 and A3. RGB value is (20,147,163). Sum of RGB (Red+Green+Blue) = 20+147+163=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #1493A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1493A3 is #EB6C5C. Grayscale: #6E6E6E. Windows color (decimal): -15428701 or 10720020. OLE color: 10720020.
HSL color Cylindrical-coordinate representation of color #1493A3: hue angle of 186.71º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1493A3 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 147 | 163 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.36 |
| HSL | 186.71º | 0.78% | 0.36% | - |
| HSV(B) | 186.71º | 0.88% | 0.64% | - |
| XYZ | 17.33 | 23.66 | 38.3 | - |
| YUV | 110.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 163 | 0.88 | 0.10 | 0 | 0.36 | 186.71 | 0.78 | 0.36 |
| Hex | 14 | 93 | A3 | 58 | A | 0 | 24 | BB | 4E | 24 |
| Octal | 24 | 223 | 243 | 130 | 12 | 0 | 44 | 273 | 116 | 44 |
| Binary | 10100 | 10010011 | 10100011 | 1011000 | 1010 | 0 | 100100 | 10111011 | 1001110 | 100100 |
Color Harmonies of #1493A3
Complementary color
Monochromatic Colors of #1493A3
Black with #1493A3
Text Example
Text Example
White with #1493A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1493A3; }
p { color: rgb(20,147,163); }
H1.HeaderClassName
{
color: #1493A3;
}
.AnyTagClassName
{
color: #1493A3;
}
</style>
background-color css
<style>
a { background-color: #1493A3; }
a { background-color: rgb(20,147,163); }
div.DivClassName
{
background-color: #1493A3;
}
.BgClassName
{
background-color: #1493A3;
}
</style>
border-color css
<style>
span { border-color: #1493A3; }
span { border-color: rgb(20,147,163); }
td.TdClassName
{
border-color: #1493A3;
}
.TagClassName
{
border-color: #1493A3;
}
</style>