Shades of Java #1D929D
Tints of Java #1D929D
RGB
CMYK
RGB Variations
Color information
#1D929D (or 0x1D929D) is known color: Java. HEX triplet: 1D, 92 and 9D. RGB value is (29,146,157). Sum of RGB (Red+Green+Blue) = 29+146+157=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D929D is #E26D62. Grayscale: #707070. Windows color (decimal): -14839139 or 10326557. OLE color: 10326557.
HSL color Cylindrical-coordinate representation of color #1D929D: hue angle of 185.16º 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 #1D929D is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 146 | 157 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.38 |
| HSL | 185.16º | 0.69% | 0.36% | - |
| HSV(B) | 185.16º | 0.82% | 0.62% | - |
| XYZ | 16.87 | 23.25 | 35.5 | - |
| YUV | 112.27 | 153.24 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 157 | 0.82 | 0.07 | 0 | 0.38 | 185.16 | 0.69 | 0.36 |
| Hex | 1D | 92 | 9D | 52 | 7 | 0 | 26 | B9 | 45 | 24 |
| Octal | 35 | 222 | 235 | 122 | 7 | 0 | 46 | 271 | 105 | 44 |
| Binary | 11101 | 10010010 | 10011101 | 1010010 | 111 | 0 | 100110 | 10111001 | 1000101 | 100100 |
Color Harmonies of #1D929D
Complementary color
Monochromatic Colors of #1D929D
Black with #1D929D
Text Example
Text Example
White with #1D929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D929D; }
p { color: rgb(29,146,157); }
H1.HeaderClassName
{
color: #1D929D;
}
.AnyTagClassName
{
color: #1D929D;
}
</style>
background-color css
<style>
a { background-color: #1D929D; }
a { background-color: rgb(29,146,157); }
div.DivClassName
{
background-color: #1D929D;
}
.BgClassName
{
background-color: #1D929D;
}
</style>
border-color css
<style>
span { border-color: #1D929D; }
span { border-color: rgb(29,146,157); }
td.TdClassName
{
border-color: #1D929D;
}
.TagClassName
{
border-color: #1D929D;
}
</style>