Shades of Java #1D939D
Tints of Java #1D939D
RGB
CMYK
RGB Variations
Color information
#1D939D (or 0x1D939D) is known color: Java. HEX triplet: 1D, 93 and 9D. RGB value is (29,147,157). Sum of RGB (Red+Green+Blue) = 29+147+157=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D939D is #E26C62. Grayscale: #707070. Windows color (decimal): -14838883 or 10326813. OLE color: 10326813.
HSL color Cylindrical-coordinate representation of color #1D939D: hue angle of 184.69º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D939D is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 147 | 157 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.38 |
| HSL | 184.69º | 0.69% | 0.36% | - |
| HSV(B) | 184.69º | 0.82% | 0.62% | - |
| XYZ | 17.03 | 23.56 | 35.55 | - |
| YUV | 112.86 | 152.91 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 157 | 0.82 | 0.06 | 0 | 0.38 | 184.69 | 0.69 | 0.36 |
| Hex | 1D | 93 | 9D | 52 | 6 | 0 | 26 | B9 | 45 | 24 |
| Octal | 35 | 223 | 235 | 122 | 6 | 0 | 46 | 271 | 105 | 44 |
| Binary | 11101 | 10010011 | 10011101 | 1010010 | 110 | 0 | 100110 | 10111001 | 1000101 | 100100 |
Color Harmonies of #1D939D
Complementary color
Monochromatic Colors of #1D939D
Black with #1D939D
Text Example
Text Example
White with #1D939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D939D; }
p { color: rgb(29,147,157); }
H1.HeaderClassName
{
color: #1D939D;
}
.AnyTagClassName
{
color: #1D939D;
}
</style>
background-color css
<style>
a { background-color: #1D939D; }
a { background-color: rgb(29,147,157); }
div.DivClassName
{
background-color: #1D939D;
}
.BgClassName
{
background-color: #1D939D;
}
</style>
border-color css
<style>
span { border-color: #1D939D; }
span { border-color: rgb(29,147,157); }
td.TdClassName
{
border-color: #1D939D;
}
.TagClassName
{
border-color: #1D939D;
}
</style>