Shades of Java #1D8890
Tints of Java #1D8890
RGB
CMYK
RGB Variations
Color information
#1D8890 (or 0x1D8890) is known color: Java. HEX triplet: 1D, 88 and 90. RGB value is (29,136,144). Sum of RGB (Red+Green+Blue) = 29+136+144=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D8890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8890 is #E2776F. Grayscale: #686868. Windows color (decimal): -14841712 or 9472029. OLE color: 9472029.
HSL color Cylindrical-coordinate representation of color #1D8890: hue angle of 184.17º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D8890 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 136 | 144 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.44 |
| HSL | 184.17º | 0.66% | 0.34% | - |
| HSV(B) | 184.17º | 0.8% | 0.56% | - |
| XYZ | 14.34 | 19.88 | 29.47 | - |
| YUV | 104.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 144 | 0.80 | 0.06 | 0 | 0.44 | 184.17 | 0.66 | 0.34 |
| Hex | 1D | 88 | 90 | 50 | 6 | 0 | 2C | B8 | 42 | 22 |
| Octal | 35 | 210 | 220 | 120 | 6 | 0 | 54 | 270 | 102 | 42 |
| Binary | 11101 | 10001000 | 10010000 | 1010000 | 110 | 0 | 101100 | 10111000 | 1000010 | 100010 |
Color Harmonies of #1D8890
Complementary color
Monochromatic Colors of #1D8890
Black with #1D8890
Text Example
Text Example
White with #1D8890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8890; }
p { color: rgb(29,136,144); }
H1.HeaderClassName
{
color: #1D8890;
}
.AnyTagClassName
{
color: #1D8890;
}
</style>
background-color css
<style>
a { background-color: #1D8890; }
a { background-color: rgb(29,136,144); }
div.DivClassName
{
background-color: #1D8890;
}
.BgClassName
{
background-color: #1D8890;
}
</style>
border-color css
<style>
span { border-color: #1D8890; }
span { border-color: rgb(29,136,144); }
td.TdClassName
{
border-color: #1D8890;
}
.TagClassName
{
border-color: #1D8890;
}
</style>