Shades of Java #1690A0
Tints of Java #1690A0
RGB
CMYK
RGB Variations
Color information
#1690A0 (or 0x1690A0) is known color: Java. HEX triplet: 16, 90 and A0. RGB value is (22,144,160). Sum of RGB (Red+Green+Blue) = 22+144+160=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #1690A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1690A0 is #E96F5F. Grayscale: #6D6D6D. Windows color (decimal): -15298400 or 10522646. OLE color: 10522646.
HSL color Cylindrical-coordinate representation of color #1690A0: hue angle of 186.96º 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 #1690A0 is Cyan = 0.86, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 144 | 160 | - |
| CMYK | 0.86 | 0.1 | 0 | 0.37 |
| HSL | 186.96º | 0.76% | 0.36% | - |
| HSV(B) | 186.96º | 0.86% | 0.63% | - |
| XYZ | 16.65 | 22.66 | 36.75 | - |
| YUV | 109.35 | 156.58 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 160 | 0.86 | 0.1 | 0 | 0.37 | 186.96 | 0.76 | 0.36 |
| Hex | 16 | 90 | A0 | 56 | A | 0 | 25 | BB | 4C | 24 |
| Octal | 26 | 220 | 240 | 126 | 12 | 0 | 45 | 273 | 114 | 44 |
| Binary | 10110 | 10010000 | 10100000 | 1010110 | 1010 | 0 | 100101 | 10111011 | 1001100 | 100100 |
Color Harmonies of #1690A0
Complementary color
Monochromatic Colors of #1690A0
Black with #1690A0
Text Example
Text Example
White with #1690A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1690A0; }
p { color: rgb(22,144,160); }
H1.HeaderClassName
{
color: #1690A0;
}
.AnyTagClassName
{
color: #1690A0;
}
</style>
background-color css
<style>
a { background-color: #1690A0; }
a { background-color: rgb(22,144,160); }
div.DivClassName
{
background-color: #1690A0;
}
.BgClassName
{
background-color: #1690A0;
}
</style>
border-color css
<style>
span { border-color: #1690A0; }
span { border-color: rgb(22,144,160); }
td.TdClassName
{
border-color: #1690A0;
}
.TagClassName
{
border-color: #1690A0;
}
</style>