Shades of Java #1D8590
Tints of Java #1D8590
RGB
CMYK
RGB Variations
Color information
#1D8590 (or 0x1D8590) is known color: Java. HEX triplet: 1D, 85 and 90. RGB value is (29,133,144). Sum of RGB (Red+Green+Blue) = 29+133+144=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D8590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8590 is #E27A6F. Grayscale: #676767. Windows color (decimal): -14842480 or 9471261. OLE color: 9471261.
HSL color Cylindrical-coordinate representation of color #1D8590: hue angle of 185.74º 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 #1D8590 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 133 | 144 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.44 |
| HSL | 185.74º | 0.66% | 0.34% | - |
| HSV(B) | 185.74º | 0.8% | 0.56% | - |
| XYZ | 13.93 | 19.05 | 29.33 | - |
| YUV | 103.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 144 | 0.80 | 0.08 | 0 | 0.44 | 185.74 | 0.66 | 0.34 |
| Hex | 1D | 85 | 90 | 50 | 8 | 0 | 2C | BA | 42 | 22 |
| Octal | 35 | 205 | 220 | 120 | 10 | 0 | 54 | 272 | 102 | 42 |
| Binary | 11101 | 10000101 | 10010000 | 1010000 | 1000 | 0 | 101100 | 10111010 | 1000010 | 100010 |
Color Harmonies of #1D8590
Complementary color
Monochromatic Colors of #1D8590
Black with #1D8590
Text Example
Text Example
White with #1D8590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8590; }
p { color: rgb(29,133,144); }
H1.HeaderClassName
{
color: #1D8590;
}
.AnyTagClassName
{
color: #1D8590;
}
</style>
background-color css
<style>
a { background-color: #1D8590; }
a { background-color: rgb(29,133,144); }
div.DivClassName
{
background-color: #1D8590;
}
.BgClassName
{
background-color: #1D8590;
}
</style>
border-color css
<style>
span { border-color: #1D8590; }
span { border-color: rgb(29,133,144); }
td.TdClassName
{
border-color: #1D8590;
}
.TagClassName
{
border-color: #1D8590;
}
</style>