Shades of Java #1A8294
Tints of Java #1A8294
RGB
CMYK
RGB Variations
Color information
#1A8294 (or 0x1A8294) is known color: Java. HEX triplet: 1A, 82 and 94. RGB value is (26,130,148). Sum of RGB (Red+Green+Blue) = 26+130+148=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A8294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8294 is #E57D6B. Grayscale: #646464. Windows color (decimal): -15039852 or 9732634. OLE color: 9732634.
HSL color Cylindrical-coordinate representation of color #1A8294: hue angle of 188.85º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8294 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 130 | 148 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.42 |
| HSL | 188.85º | 0.7% | 0.34% | - |
| HSV(B) | 188.85º | 0.82% | 0.58% | - |
| XYZ | 13.75 | 18.32 | 30.83 | - |
| YUV | 100.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 130 | 148 | 0.82 | 0.12 | 0 | 0.42 | 188.85 | 0.7 | 0.34 |
| Hex | 1A | 82 | 94 | 52 | C | 0 | 2A | BD | 46 | 22 |
| Octal | 32 | 202 | 224 | 122 | 14 | 0 | 52 | 275 | 106 | 42 |
| Binary | 11010 | 10000010 | 10010100 | 1010010 | 1100 | 0 | 101010 | 10111101 | 1000110 | 100010 |
Color Harmonies of #1A8294
Complementary color
Monochromatic Colors of #1A8294
Black with #1A8294
Text Example
Text Example
White with #1A8294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8294; }
p { color: rgb(26,130,148); }
H1.HeaderClassName
{
color: #1A8294;
}
.AnyTagClassName
{
color: #1A8294;
}
</style>
background-color css
<style>
a { background-color: #1A8294; }
a { background-color: rgb(26,130,148); }
div.DivClassName
{
background-color: #1A8294;
}
.BgClassName
{
background-color: #1A8294;
}
</style>
border-color css
<style>
span { border-color: #1A8294; }
span { border-color: rgb(26,130,148); }
td.TdClassName
{
border-color: #1A8294;
}
.TagClassName
{
border-color: #1A8294;
}
</style>