Shades of Java #1392A0
Tints of Java #1392A0
RGB
CMYK
RGB Variations
Color information
#1392A0 (or 0x1392A0) is known color: Java. HEX triplet: 13, 92 and A0. RGB value is (19,146,160). Sum of RGB (Red+Green+Blue) = 19+146+160=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #1392A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1392A0 is #EC6D5F. Grayscale: #6D6D6D. Windows color (decimal): -15494496 or 10523155. OLE color: 10523155.
HSL color Cylindrical-coordinate representation of color #1392A0: hue angle of 185.96º degrees, saturation: 0.79, 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 #1392A0 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 146 | 160 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.37 |
| HSL | 185.96º | 0.79% | 0.35% | - |
| HSV(B) | 185.96º | 0.88% | 0.63% | - |
| XYZ | 16.89 | 23.23 | 36.85 | - |
| YUV | 109.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 160 | 0.88 | 0.09 | 0 | 0.37 | 185.96 | 0.79 | 0.35 |
| Hex | 13 | 92 | A0 | 58 | 9 | 0 | 25 | BA | 4F | 23 |
| Octal | 23 | 222 | 240 | 130 | 11 | 0 | 45 | 272 | 117 | 43 |
| Binary | 10011 | 10010010 | 10100000 | 1011000 | 1001 | 0 | 100101 | 10111010 | 1001111 | 100011 |
Color Harmonies of #1392A0
Complementary color
Monochromatic Colors of #1392A0
Black with #1392A0
Text Example
Text Example
White with #1392A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1392A0; }
p { color: rgb(19,146,160); }
H1.HeaderClassName
{
color: #1392A0;
}
.AnyTagClassName
{
color: #1392A0;
}
</style>
background-color css
<style>
a { background-color: #1392A0; }
a { background-color: rgb(19,146,160); }
div.DivClassName
{
background-color: #1392A0;
}
.BgClassName
{
background-color: #1392A0;
}
</style>
border-color css
<style>
span { border-color: #1392A0; }
span { border-color: rgb(19,146,160); }
td.TdClassName
{
border-color: #1392A0;
}
.TagClassName
{
border-color: #1392A0;
}
</style>