Shades of Java #1492A0
Tints of Java #1492A0
RGB
CMYK
RGB Variations
Color information
#1492A0 (or 0x1492A0) is known color: Java. HEX triplet: 14, 92 and A0. RGB value is (20,146,160). Sum of RGB (Red+Green+Blue) = 20+146+160=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 146 (57.42% from 255 or 44.79% 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 #1492A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1492A0 is #EB6D5F. Grayscale: #6D6D6D. Windows color (decimal): -15428960 or 10523156. OLE color: 10523156.
HSL color Cylindrical-coordinate representation of color #1492A0: hue angle of 186º 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 #1492A0 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 146 | 160 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.37 |
| HSL | 186º | 0.78% | 0.35% | - |
| HSV(B) | 186º | 0.88% | 0.63% | - |
| XYZ | 16.91 | 23.24 | 36.85 | - |
| YUV | 109.92 | 156.26 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 160 | 0.88 | 0.09 | 0 | 0.37 | 186 | 0.78 | 0.35 |
| Hex | 14 | 92 | A0 | 58 | 9 | 0 | 25 | BA | 4E | 23 |
| Octal | 24 | 222 | 240 | 130 | 11 | 0 | 45 | 272 | 116 | 43 |
| Binary | 10100 | 10010010 | 10100000 | 1011000 | 1001 | 0 | 100101 | 10111010 | 1001110 | 100011 |
Color Harmonies of #1492A0
Complementary color
Monochromatic Colors of #1492A0
Black with #1492A0
Text Example
Text Example
White with #1492A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1492A0; }
p { color: rgb(20,146,160); }
H1.HeaderClassName
{
color: #1492A0;
}
.AnyTagClassName
{
color: #1492A0;
}
</style>
background-color css
<style>
a { background-color: #1492A0; }
a { background-color: rgb(20,146,160); }
div.DivClassName
{
background-color: #1492A0;
}
.BgClassName
{
background-color: #1492A0;
}
</style>
border-color css
<style>
span { border-color: #1492A0; }
span { border-color: rgb(20,146,160); }
td.TdClassName
{
border-color: #1492A0;
}
.TagClassName
{
border-color: #1492A0;
}
</style>