Shades of Java #1A8594
Tints of Java #1A8594
RGB
CMYK
RGB Variations
Color information
#1A8594 (or 0x1A8594) is known color: Java. HEX triplet: 1A, 85 and 94. RGB value is (26,133,148). Sum of RGB (Red+Green+Blue) = 26+133+148=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A8594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8594 is #E57A6B. Grayscale: #666666. Windows color (decimal): -15039084 or 9733402. OLE color: 9733402.
HSL color Cylindrical-coordinate representation of color #1A8594: hue angle of 187.38º 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 #1A8594 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 133 | 148 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.42 |
| HSL | 187.38º | 0.7% | 0.34% | - |
| HSV(B) | 187.38º | 0.82% | 0.58% | - |
| XYZ | 14.16 | 19.13 | 30.96 | - |
| YUV | 102.72 | 153.55 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 148 | 0.82 | 0.10 | 0 | 0.42 | 187.38 | 0.7 | 0.34 |
| Hex | 1A | 85 | 94 | 52 | A | 0 | 2A | BB | 46 | 22 |
| Octal | 32 | 205 | 224 | 122 | 12 | 0 | 52 | 273 | 106 | 42 |
| Binary | 11010 | 10000101 | 10010100 | 1010010 | 1010 | 0 | 101010 | 10111011 | 1000110 | 100010 |
Color Harmonies of #1A8594
Complementary color
Monochromatic Colors of #1A8594
Black with #1A8594
Text Example
Text Example
White with #1A8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8594; }
p { color: rgb(26,133,148); }
H1.HeaderClassName
{
color: #1A8594;
}
.AnyTagClassName
{
color: #1A8594;
}
</style>
background-color css
<style>
a { background-color: #1A8594; }
a { background-color: rgb(26,133,148); }
div.DivClassName
{
background-color: #1A8594;
}
.BgClassName
{
background-color: #1A8594;
}
</style>
border-color css
<style>
span { border-color: #1A8594; }
span { border-color: rgb(26,133,148); }
td.TdClassName
{
border-color: #1A8594;
}
.TagClassName
{
border-color: #1A8594;
}
</style>