Shades of Java #1693A0
Tints of Java #1693A0
RGB
CMYK
RGB Variations
Color information
#1693A0 (or 0x1693A0) is known color: Java. HEX triplet: 16, 93 and A0. RGB value is (22,147,160). Sum of RGB (Red+Green+Blue) = 22+147+160=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 160 (62.89% from 255 or 48.63% from 329); Max value from RGB is 160 - color contains mainly: blue. Hex color #1693A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1693A0 is #E96C5F. Grayscale: #6E6E6E. Windows color (decimal): -15297632 or 10523414. OLE color: 10523414.
HSL color Cylindrical-coordinate representation of color #1693A0: hue angle of 185.65º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1693A0 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 147 | 160 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.37 |
| HSL | 185.65º | 0.76% | 0.36% | - |
| HSV(B) | 185.65º | 0.86% | 0.63% | - |
| XYZ | 17.11 | 23.58 | 36.91 | - |
| YUV | 111.11 | 155.59 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 147 | 160 | 0.86 | 0.08 | 0 | 0.37 | 185.65 | 0.76 | 0.36 |
| Hex | 16 | 93 | A0 | 56 | 8 | 0 | 25 | BA | 4C | 24 |
| Octal | 26 | 223 | 240 | 126 | 10 | 0 | 45 | 272 | 114 | 44 |
| Binary | 10110 | 10010011 | 10100000 | 1010110 | 1000 | 0 | 100101 | 10111010 | 1001100 | 100100 |
Color Harmonies of #1693A0
Complementary color
Monochromatic Colors of #1693A0
Black with #1693A0
Text Example
Text Example
White with #1693A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1693A0; }
p { color: rgb(22,147,160); }
H1.HeaderClassName
{
color: #1693A0;
}
.AnyTagClassName
{
color: #1693A0;
}
</style>
background-color css
<style>
a { background-color: #1693A0; }
a { background-color: rgb(22,147,160); }
div.DivClassName
{
background-color: #1693A0;
}
.BgClassName
{
background-color: #1693A0;
}
</style>
border-color css
<style>
span { border-color: #1693A0; }
span { border-color: rgb(22,147,160); }
td.TdClassName
{
border-color: #1693A0;
}
.TagClassName
{
border-color: #1693A0;
}
</style>