Shades of Java #1A8295
Tints of Java #1A8295
RGB
CMYK
RGB Variations
Color information
#1A8295 (or 0x1A8295) is known color: Java. HEX triplet: 1A, 82 and 95. RGB value is (26,130,149). Sum of RGB (Red+Green+Blue) = 26+130+149=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A8295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8295 is #E57D6A. Grayscale: #646464. Windows color (decimal): -15039851 or 9798170. OLE color: 9798170.
HSL color Cylindrical-coordinate representation of color #1A8295: hue angle of 189.27º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A8295 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 130 | 149 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.42 |
| HSL | 189.27º | 0.7% | 0.34% | - |
| HSV(B) | 189.27º | 0.83% | 0.58% | - |
| XYZ | 13.83 | 18.35 | 31.25 | - |
| YUV | 101.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 130 | 149 | 0.83 | 0.13 | 0 | 0.42 | 189.27 | 0.7 | 0.34 |
| Hex | 1A | 82 | 95 | 53 | D | 0 | 2A | BD | 46 | 22 |
| Octal | 32 | 202 | 225 | 123 | 15 | 0 | 52 | 275 | 106 | 42 |
| Binary | 11010 | 10000010 | 10010101 | 1010011 | 1101 | 0 | 101010 | 10111101 | 1000110 | 100010 |
Color Harmonies of #1A8295
Complementary color
Monochromatic Colors of #1A8295
Black with #1A8295
Text Example
Text Example
White with #1A8295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8295; }
p { color: rgb(26,130,149); }
H1.HeaderClassName
{
color: #1A8295;
}
.AnyTagClassName
{
color: #1A8295;
}
</style>
background-color css
<style>
a { background-color: #1A8295; }
a { background-color: rgb(26,130,149); }
div.DivClassName
{
background-color: #1A8295;
}
.BgClassName
{
background-color: #1A8295;
}
</style>
border-color css
<style>
span { border-color: #1A8295; }
span { border-color: rgb(26,130,149); }
td.TdClassName
{
border-color: #1A8295;
}
.TagClassName
{
border-color: #1A8295;
}
</style>