Shades of Java #1D8E90
Tints of Java #1D8E90
RGB
CMYK
RGB Variations
Color information
#1D8E90 (or 0x1D8E90) is known color: Java. HEX triplet: 1D, 8E and 90. RGB value is (29,142,144). Sum of RGB (Red+Green+Blue) = 29+142+144=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D8E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8E90 is #E2716F. Grayscale: #6C6C6C. Windows color (decimal): -14840176 or 9473565. OLE color: 9473565.
HSL color Cylindrical-coordinate representation of color #1D8E90: hue angle of 181.04º 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 #1D8E90 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 142 | 144 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.44 |
| HSL | 181.04º | 0.66% | 0.34% | - |
| HSV(B) | 181.04º | 0.8% | 0.56% | - |
| XYZ | 15.21 | 21.62 | 29.76 | - |
| YUV | 108.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 142 | 144 | 0.80 | 0.01 | 0 | 0.44 | 181.04 | 0.66 | 0.34 |
| Hex | 1D | 8E | 90 | 50 | 1 | 0 | 2C | B5 | 42 | 22 |
| Octal | 35 | 216 | 220 | 120 | 1 | 0 | 54 | 265 | 102 | 42 |
| Binary | 11101 | 10001110 | 10010000 | 1010000 | 1 | 0 | 101100 | 10110101 | 1000010 | 100010 |
Color Harmonies of #1D8E90
Complementary color
Monochromatic Colors of #1D8E90
Black with #1D8E90
Text Example
Text Example
White with #1D8E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8E90; }
p { color: rgb(29,142,144); }
H1.HeaderClassName
{
color: #1D8E90;
}
.AnyTagClassName
{
color: #1D8E90;
}
</style>
background-color css
<style>
a { background-color: #1D8E90; }
a { background-color: rgb(29,142,144); }
div.DivClassName
{
background-color: #1D8E90;
}
.BgClassName
{
background-color: #1D8E90;
}
</style>
border-color css
<style>
span { border-color: #1D8E90; }
span { border-color: rgb(29,142,144); }
td.TdClassName
{
border-color: #1D8E90;
}
.TagClassName
{
border-color: #1D8E90;
}
</style>