Shades of Java #1295A0
Tints of Java #1295A0
RGB
CMYK
RGB Variations
Color information
#1295A0 (or 0x1295A0) is known color: Java. HEX triplet: 12, 95 and A0. RGB value is (18,149,160). Sum of RGB (Red+Green+Blue) = 18+149+160=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 160 (62.89% from 255 or 48.93% from 327); Max value from RGB is 160 - color contains mainly: blue. Hex color #1295A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1295A0 is #ED6A5F. Grayscale: #6E6E6E. Windows color (decimal): -15559264 or 10523922. OLE color: 10523922.
HSL color Cylindrical-coordinate representation of color #1295A0: hue angle of 184.65º 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 #1295A0 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 149 | 160 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.37 |
| HSL | 184.65º | 0.8% | 0.35% | - |
| HSV(B) | 184.65º | 0.89% | 0.63% | - |
| XYZ | 17.34 | 24.16 | 37.01 | - |
| YUV | 111.09 | 155.6 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 160 | 0.89 | 0.07 | 0 | 0.37 | 184.65 | 0.8 | 0.35 |
| Hex | 12 | 95 | A0 | 59 | 7 | 0 | 25 | B9 | 50 | 23 |
| Octal | 22 | 225 | 240 | 131 | 7 | 0 | 45 | 271 | 120 | 43 |
| Binary | 10010 | 10010101 | 10100000 | 1011001 | 111 | 0 | 100101 | 10111001 | 1010000 | 100011 |
Color Harmonies of #1295A0
Complementary color
Monochromatic Colors of #1295A0
Black with #1295A0
Text Example
Text Example
White with #1295A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295A0; }
p { color: rgb(18,149,160); }
H1.HeaderClassName
{
color: #1295A0;
}
.AnyTagClassName
{
color: #1295A0;
}
</style>
background-color css
<style>
a { background-color: #1295A0; }
a { background-color: rgb(18,149,160); }
div.DivClassName
{
background-color: #1295A0;
}
.BgClassName
{
background-color: #1295A0;
}
</style>
border-color css
<style>
span { border-color: #1295A0; }
span { border-color: rgb(18,149,160); }
td.TdClassName
{
border-color: #1295A0;
}
.TagClassName
{
border-color: #1295A0;
}
</style>