Shades of Java #1A879A
Tints of Java #1A879A
RGB
CMYK
RGB Variations
Color information
#1A879A (or 0x1A879A) is known color: Java. HEX triplet: 1A, 87 and 9A. RGB value is (26,135,154). Sum of RGB (Red+Green+Blue) = 26+135+154=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A879A is #E57865. Grayscale: #686868. Windows color (decimal): -15038566 or 10127130. OLE color: 10127130.
HSL color Cylindrical-coordinate representation of color #1A879A: hue angle of 188.91º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A879A is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 135 | 154 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.40 |
| HSL | 188.91º | 0.71% | 0.35% | - |
| HSV(B) | 188.91º | 0.83% | 0.6% | - |
| XYZ | 14.92 | 19.88 | 33.62 | - |
| YUV | 104.58 | 155.89 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 154 | 0.83 | 0.12 | 0 | 0.40 | 188.91 | 0.71 | 0.35 |
| Hex | 1A | 87 | 9A | 53 | C | 0 | 28 | BD | 47 | 23 |
| Octal | 32 | 207 | 232 | 123 | 14 | 0 | 50 | 275 | 107 | 43 |
| Binary | 11010 | 10000111 | 10011010 | 1010011 | 1100 | 0 | 101000 | 10111101 | 1000111 | 100011 |
Color Harmonies of #1A879A
Complementary color
Monochromatic Colors of #1A879A
Black with #1A879A
Text Example
Text Example
White with #1A879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A879A; }
p { color: rgb(26,135,154); }
H1.HeaderClassName
{
color: #1A879A;
}
.AnyTagClassName
{
color: #1A879A;
}
</style>
background-color css
<style>
a { background-color: #1A879A; }
a { background-color: rgb(26,135,154); }
div.DivClassName
{
background-color: #1A879A;
}
.BgClassName
{
background-color: #1A879A;
}
</style>
border-color css
<style>
span { border-color: #1A879A; }
span { border-color: rgb(26,135,154); }
td.TdClassName
{
border-color: #1A879A;
}
.TagClassName
{
border-color: #1A879A;
}
</style>