Shades of Java #1D999E
Tints of Java #1D999E
RGB
CMYK
RGB Variations
Color information
#1D999E (or 0x1D999E) is known color: Java. HEX triplet: 1D, 99 and 9E. RGB value is (29,153,158). Sum of RGB (Red+Green+Blue) = 29+153+158=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D999E is #E26661. Grayscale: #747474. Windows color (decimal): -14837346 or 10393885. OLE color: 10393885.
HSL color Cylindrical-coordinate representation of color #1D999E: hue angle of 182.33º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D999E is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 153 | 158 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.38 |
| HSL | 182.33º | 0.69% | 0.37% | - |
| HSV(B) | 182.33º | 0.82% | 0.62% | - |
| XYZ | 18.07 | 25.51 | 36.32 | - |
| YUV | 116.49 | 151.42 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 158 | 0.82 | 0.03 | 0 | 0.38 | 182.33 | 0.69 | 0.37 |
| Hex | 1D | 99 | 9E | 52 | 3 | 0 | 26 | B6 | 45 | 25 |
| Octal | 35 | 231 | 236 | 122 | 3 | 0 | 46 | 266 | 105 | 45 |
| Binary | 11101 | 10011001 | 10011110 | 1010010 | 11 | 0 | 100110 | 10110110 | 1000101 | 100101 |
Color Harmonies of #1D999E
Complementary color
Monochromatic Colors of #1D999E
Black with #1D999E
Text Example
Text Example
White with #1D999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D999E; }
p { color: rgb(29,153,158); }
H1.HeaderClassName
{
color: #1D999E;
}
.AnyTagClassName
{
color: #1D999E;
}
</style>
background-color css
<style>
a { background-color: #1D999E; }
a { background-color: rgb(29,153,158); }
div.DivClassName
{
background-color: #1D999E;
}
.BgClassName
{
background-color: #1D999E;
}
</style>
border-color css
<style>
span { border-color: #1D999E; }
span { border-color: rgb(29,153,158); }
td.TdClassName
{
border-color: #1D999E;
}
.TagClassName
{
border-color: #1D999E;
}
</style>