Shades of Java #1D8392
Tints of Java #1D8392
RGB
CMYK
RGB Variations
Color information
#1D8392 (or 0x1D8392) is known color: Java. HEX triplet: 1D, 83 and 92. RGB value is (29,131,146). Sum of RGB (Red+Green+Blue) = 29+131+146=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D8392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8392 is #E27C6D. Grayscale: #666666. Windows color (decimal): -14842990 or 9601821. OLE color: 9601821.
HSL color Cylindrical-coordinate representation of color #1D8392: hue angle of 187.69º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D8392 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 131 | 146 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.43 |
| HSL | 187.69º | 0.67% | 0.34% | - |
| HSV(B) | 187.69º | 0.8% | 0.57% | - |
| XYZ | 13.81 | 18.57 | 30.05 | - |
| YUV | 102.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 131 | 146 | 0.80 | 0.10 | 0 | 0.43 | 187.69 | 0.67 | 0.34 |
| Hex | 1D | 83 | 92 | 50 | A | 0 | 2B | BC | 43 | 22 |
| Octal | 35 | 203 | 222 | 120 | 12 | 0 | 53 | 274 | 103 | 42 |
| Binary | 11101 | 10000011 | 10010010 | 1010000 | 1010 | 0 | 101011 | 10111100 | 1000011 | 100010 |
Color Harmonies of #1D8392
Complementary color
Monochromatic Colors of #1D8392
Black with #1D8392
Text Example
Text Example
White with #1D8392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8392; }
p { color: rgb(29,131,146); }
H1.HeaderClassName
{
color: #1D8392;
}
.AnyTagClassName
{
color: #1D8392;
}
</style>
background-color css
<style>
a { background-color: #1D8392; }
a { background-color: rgb(29,131,146); }
div.DivClassName
{
background-color: #1D8392;
}
.BgClassName
{
background-color: #1D8392;
}
</style>
border-color css
<style>
span { border-color: #1D8392; }
span { border-color: rgb(29,131,146); }
td.TdClassName
{
border-color: #1D8392;
}
.TagClassName
{
border-color: #1D8392;
}
</style>