Shades of Java #1D8697
Tints of Java #1D8697
RGB
CMYK
RGB Variations
Color information
#1D8697 (or 0x1D8697) is known color: Java. HEX triplet: 1D, 86 and 97. RGB value is (29,134,151). Sum of RGB (Red+Green+Blue) = 29+134+151=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D8697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8697 is #E27968. Grayscale: #686868. Windows color (decimal): -14842217 or 9930269. OLE color: 9930269.
HSL color Cylindrical-coordinate representation of color #1D8697: hue angle of 188.36º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D8697 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 134 | 151 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.41 |
| HSL | 188.36º | 0.68% | 0.35% | - |
| HSV(B) | 188.36º | 0.81% | 0.59% | - |
| XYZ | 14.62 | 19.55 | 32.28 | - |
| YUV | 104.54 | 154.21 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 134 | 151 | 0.81 | 0.11 | 0 | 0.41 | 188.36 | 0.68 | 0.35 |
| Hex | 1D | 86 | 97 | 51 | B | 0 | 29 | BC | 44 | 23 |
| Octal | 35 | 206 | 227 | 121 | 13 | 0 | 51 | 274 | 104 | 43 |
| Binary | 11101 | 10000110 | 10010111 | 1010001 | 1011 | 0 | 101001 | 10111100 | 1000100 | 100011 |
Color Harmonies of #1D8697
Complementary color
Monochromatic Colors of #1D8697
Black with #1D8697
Text Example
Text Example
White with #1D8697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8697; }
p { color: rgb(29,134,151); }
H1.HeaderClassName
{
color: #1D8697;
}
.AnyTagClassName
{
color: #1D8697;
}
</style>
background-color css
<style>
a { background-color: #1D8697; }
a { background-color: rgb(29,134,151); }
div.DivClassName
{
background-color: #1D8697;
}
.BgClassName
{
background-color: #1D8697;
}
</style>
border-color css
<style>
span { border-color: #1D8697; }
span { border-color: rgb(29,134,151); }
td.TdClassName
{
border-color: #1D8697;
}
.TagClassName
{
border-color: #1D8697;
}
</style>