Shades of Java #1D919E
Tints of Java #1D919E
RGB
CMYK
RGB Variations
Color information
#1D919E (or 0x1D919E) is known color: Java. HEX triplet: 1D, 91 and 9E. RGB value is (29,145,158). Sum of RGB (Red+Green+Blue) = 29+145+158=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D919E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D919E is #E26E61. Grayscale: #6F6F6F. Windows color (decimal): -14839394 or 10391837. OLE color: 10391837.
HSL color Cylindrical-coordinate representation of color #1D919E: hue angle of 186.05º 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 #1D919E is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 145 | 158 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.38 |
| HSL | 186.05º | 0.69% | 0.37% | - |
| HSV(B) | 186.05º | 0.82% | 0.62% | - |
| XYZ | 16.8 | 22.98 | 35.9 | - |
| YUV | 111.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 158 | 0.82 | 0.08 | 0 | 0.38 | 186.05 | 0.69 | 0.37 |
| Hex | 1D | 91 | 9E | 52 | 8 | 0 | 26 | BA | 45 | 25 |
| Octal | 35 | 221 | 236 | 122 | 10 | 0 | 46 | 272 | 105 | 45 |
| Binary | 11101 | 10010001 | 10011110 | 1010010 | 1000 | 0 | 100110 | 10111010 | 1000101 | 100101 |
Color Harmonies of #1D919E
Complementary color
Monochromatic Colors of #1D919E
Black with #1D919E
Text Example
Text Example
White with #1D919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D919E; }
p { color: rgb(29,145,158); }
H1.HeaderClassName
{
color: #1D919E;
}
.AnyTagClassName
{
color: #1D919E;
}
</style>
background-color css
<style>
a { background-color: #1D919E; }
a { background-color: rgb(29,145,158); }
div.DivClassName
{
background-color: #1D919E;
}
.BgClassName
{
background-color: #1D919E;
}
</style>
border-color css
<style>
span { border-color: #1D919E; }
span { border-color: rgb(29,145,158); }
td.TdClassName
{
border-color: #1D919E;
}
.TagClassName
{
border-color: #1D919E;
}
</style>