Shades of Java #1A868D
Tints of Java #1A868D
RGB
CMYK
RGB Variations
Color information
#1A868D (or 0x1A868D) is known color: Java. HEX triplet: 1A, 86 and 8D. RGB value is (26,134,141). Sum of RGB (Red+Green+Blue) = 26+134+141=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A868D is #E57972. Grayscale: #666666. Windows color (decimal): -15038835 or 9274906. OLE color: 9274906.
HSL color Cylindrical-coordinate representation of color #1A868D: hue angle of 183.65º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A868D is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 134 | 141 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.45 |
| HSL | 183.65º | 0.69% | 0.33% | - |
| HSV(B) | 183.65º | 0.82% | 0.55% | - |
| XYZ | 13.76 | 19.19 | 28.18 | - |
| YUV | 102.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 141 | 0.82 | 0.05 | 0 | 0.45 | 183.65 | 0.69 | 0.33 |
| Hex | 1A | 86 | 8D | 52 | 5 | 0 | 2D | B8 | 45 | 21 |
| Octal | 32 | 206 | 215 | 122 | 5 | 0 | 55 | 270 | 105 | 41 |
| Binary | 11010 | 10000110 | 10001101 | 1010010 | 101 | 0 | 101101 | 10111000 | 1000101 | 100001 |
Color Harmonies of #1A868D
Complementary color
Monochromatic Colors of #1A868D
Black with #1A868D
Text Example
Text Example
White with #1A868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A868D; }
p { color: rgb(26,134,141); }
H1.HeaderClassName
{
color: #1A868D;
}
.AnyTagClassName
{
color: #1A868D;
}
</style>
background-color css
<style>
a { background-color: #1A868D; }
a { background-color: rgb(26,134,141); }
div.DivClassName
{
background-color: #1A868D;
}
.BgClassName
{
background-color: #1A868D;
}
</style>
border-color css
<style>
span { border-color: #1A868D; }
span { border-color: rgb(26,134,141); }
td.TdClassName
{
border-color: #1A868D;
}
.TagClassName
{
border-color: #1A868D;
}
</style>