Shades of Java #1296A3
Tints of Java #1296A3
RGB
CMYK
RGB Variations
Color information
#1296A3 (or 0x1296A3) is known color: Java. HEX triplet: 12, 96 and A3. RGB value is (18,150,163). Sum of RGB (Red+Green+Blue) = 18+150+163=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #1296A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1296A3 is #ED695C. Grayscale: #6F6F6F. Windows color (decimal): -15559005 or 10720786. OLE color: 10720786.
HSL color Cylindrical-coordinate representation of color #1296A3: hue angle of 185.38º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1296A3 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 150 | 163 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.36 |
| HSL | 185.38º | 0.8% | 0.35% | - |
| HSV(B) | 185.38º | 0.89% | 0.64% | - |
| XYZ | 17.77 | 24.59 | 38.46 | - |
| YUV | 112.01 | 156.77 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 163 | 0.89 | 0.08 | 0 | 0.36 | 185.38 | 0.8 | 0.35 |
| Hex | 12 | 96 | A3 | 59 | 8 | 0 | 24 | B9 | 50 | 23 |
| Octal | 22 | 226 | 243 | 131 | 10 | 0 | 44 | 271 | 120 | 43 |
| Binary | 10010 | 10010110 | 10100011 | 1011001 | 1000 | 0 | 100100 | 10111001 | 1010000 | 100011 |
Color Harmonies of #1296A3
Complementary color
Monochromatic Colors of #1296A3
Black with #1296A3
Text Example
Text Example
White with #1296A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1296A3; }
p { color: rgb(18,150,163); }
H1.HeaderClassName
{
color: #1296A3;
}
.AnyTagClassName
{
color: #1296A3;
}
</style>
background-color css
<style>
a { background-color: #1296A3; }
a { background-color: rgb(18,150,163); }
div.DivClassName
{
background-color: #1296A3;
}
.BgClassName
{
background-color: #1296A3;
}
</style>
border-color css
<style>
span { border-color: #1296A3; }
span { border-color: rgb(18,150,163); }
td.TdClassName
{
border-color: #1296A3;
}
.TagClassName
{
border-color: #1296A3;
}
</style>