Shades of Java #1D8090
Tints of Java #1D8090
RGB
CMYK
RGB Variations
Color information
#1D8090 (or 0x1D8090) is known color: Java. HEX triplet: 1D, 80 and 90. RGB value is (29,128,144). Sum of RGB (Red+Green+Blue) = 29+128+144=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D8090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8090 is #E27F6F. Grayscale: #646464. Windows color (decimal): -14843760 or 9469981. OLE color: 9469981.
HSL color Cylindrical-coordinate representation of color #1D8090: hue angle of 188.35º 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 #1D8090 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 128 | 144 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.44 |
| HSL | 188.35º | 0.66% | 0.34% | - |
| HSV(B) | 188.35º | 0.8% | 0.56% | - |
| XYZ | 13.26 | 17.71 | 29.11 | - |
| YUV | 100.22 | 152.7 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 144 | 0.80 | 0.11 | 0 | 0.44 | 188.35 | 0.66 | 0.34 |
| Hex | 1D | 80 | 90 | 50 | B | 0 | 2C | BC | 42 | 22 |
| Octal | 35 | 200 | 220 | 120 | 13 | 0 | 54 | 274 | 102 | 42 |
| Binary | 11101 | 10000000 | 10010000 | 1010000 | 1011 | 0 | 101100 | 10111100 | 1000010 | 100010 |
Color Harmonies of #1D8090
Complementary color
Monochromatic Colors of #1D8090
Black with #1D8090
Text Example
Text Example
White with #1D8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8090; }
p { color: rgb(29,128,144); }
H1.HeaderClassName
{
color: #1D8090;
}
.AnyTagClassName
{
color: #1D8090;
}
</style>
background-color css
<style>
a { background-color: #1D8090; }
a { background-color: rgb(29,128,144); }
div.DivClassName
{
background-color: #1D8090;
}
.BgClassName
{
background-color: #1D8090;
}
</style>
border-color css
<style>
span { border-color: #1D8090; }
span { border-color: rgb(29,128,144); }
td.TdClassName
{
border-color: #1D8090;
}
.TagClassName
{
border-color: #1D8090;
}
</style>