Shades of Java #1296A0
Tints of Java #1296A0
RGB
CMYK
RGB Variations
Color information
#1296A0 (or 0x1296A0) is known color: Java. HEX triplet: 12, 96 and A0. RGB value is (18,150,160). Sum of RGB (Red+Green+Blue) = 18+150+160=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 160 (62.89% from 255 or 48.78% from 328); Max value from RGB is 160 - color contains mainly: blue. Hex color #1296A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1296A0 is #ED695F. Grayscale: #6F6F6F. Windows color (decimal): -15559008 or 10524178. OLE color: 10524178.
HSL color Cylindrical-coordinate representation of color #1296A0: hue angle of 184.23º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1296A0 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 150 | 160 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.37 |
| HSL | 184.23º | 0.8% | 0.35% | - |
| HSV(B) | 184.23º | 0.89% | 0.63% | - |
| XYZ | 17.5 | 24.48 | 37.06 | - |
| YUV | 111.67 | 155.27 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 160 | 0.89 | 0.06 | 0 | 0.37 | 184.23 | 0.8 | 0.35 |
| Hex | 12 | 96 | A0 | 59 | 6 | 0 | 25 | B8 | 50 | 23 |
| Octal | 22 | 226 | 240 | 131 | 6 | 0 | 45 | 270 | 120 | 43 |
| Binary | 10010 | 10010110 | 10100000 | 1011001 | 110 | 0 | 100101 | 10111000 | 1010000 | 100011 |
Color Harmonies of #1296A0
Complementary color
Monochromatic Colors of #1296A0
Black with #1296A0
Text Example
Text Example
White with #1296A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1296A0; }
p { color: rgb(18,150,160); }
H1.HeaderClassName
{
color: #1296A0;
}
.AnyTagClassName
{
color: #1296A0;
}
</style>
background-color css
<style>
a { background-color: #1296A0; }
a { background-color: rgb(18,150,160); }
div.DivClassName
{
background-color: #1296A0;
}
.BgClassName
{
background-color: #1296A0;
}
</style>
border-color css
<style>
span { border-color: #1296A0; }
span { border-color: rgb(18,150,160); }
td.TdClassName
{
border-color: #1296A0;
}
.TagClassName
{
border-color: #1296A0;
}
</style>