Shades of Java #1A8F90
Tints of Java #1A8F90
RGB
CMYK
RGB Variations
Color information
#1A8F90 (or 0x1A8F90) is known color: Java. HEX triplet: 1A, 8F and 90. RGB value is (26,143,144). Sum of RGB (Red+Green+Blue) = 26+143+144=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A8F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8F90 is #E5706F. Grayscale: #6C6C6C. Windows color (decimal): -15036528 or 9473818. OLE color: 9473818.
HSL color Cylindrical-coordinate representation of color #1A8F90: hue angle of 180.51º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8F90 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 143 | 144 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.44 |
| HSL | 180.51º | 0.69% | 0.33% | - |
| HSV(B) | 180.51º | 0.82% | 0.56% | - |
| XYZ | 15.28 | 21.88 | 29.8 | - |
| YUV | 108.13 | 148.24 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 144 | 0.82 | 0.01 | 0 | 0.44 | 180.51 | 0.69 | 0.33 |
| Hex | 1A | 8F | 90 | 52 | 1 | 0 | 2C | B5 | 45 | 21 |
| Octal | 32 | 217 | 220 | 122 | 1 | 0 | 54 | 265 | 105 | 41 |
| Binary | 11010 | 10001111 | 10010000 | 1010010 | 1 | 0 | 101100 | 10110101 | 1000101 | 100001 |
Color Harmonies of #1A8F90
Complementary color
Monochromatic Colors of #1A8F90
Black with #1A8F90
Text Example
Text Example
White with #1A8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8F90; }
p { color: rgb(26,143,144); }
H1.HeaderClassName
{
color: #1A8F90;
}
.AnyTagClassName
{
color: #1A8F90;
}
</style>
background-color css
<style>
a { background-color: #1A8F90; }
a { background-color: rgb(26,143,144); }
div.DivClassName
{
background-color: #1A8F90;
}
.BgClassName
{
background-color: #1A8F90;
}
</style>
border-color css
<style>
span { border-color: #1A8F90; }
span { border-color: rgb(26,143,144); }
td.TdClassName
{
border-color: #1A8F90;
}
.TagClassName
{
border-color: #1A8F90;
}
</style>