Shades of Java #1D8797
Tints of Java #1D8797
RGB
CMYK
RGB Variations
Color information
#1D8797 (or 0x1D8797) is known color: Java. HEX triplet: 1D, 87 and 97. RGB value is (29,135,151). Sum of RGB (Red+Green+Blue) = 29+135+151=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D8797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8797 is #E27868. Grayscale: #686868. Windows color (decimal): -14841961 or 9930525. OLE color: 9930525.
HSL color Cylindrical-coordinate representation of color #1D8797: hue angle of 187.87º 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 #1D8797 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 135 | 151 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.41 |
| HSL | 187.87º | 0.68% | 0.35% | - |
| HSV(B) | 187.87º | 0.81% | 0.59% | - |
| XYZ | 14.76 | 19.82 | 32.33 | - |
| YUV | 105.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 151 | 0.81 | 0.11 | 0 | 0.41 | 187.87 | 0.68 | 0.35 |
| Hex | 1D | 87 | 97 | 51 | B | 0 | 29 | BC | 44 | 23 |
| Octal | 35 | 207 | 227 | 121 | 13 | 0 | 51 | 274 | 104 | 43 |
| Binary | 11101 | 10000111 | 10010111 | 1010001 | 1011 | 0 | 101001 | 10111100 | 1000100 | 100011 |
Color Harmonies of #1D8797
Complementary color
Monochromatic Colors of #1D8797
Black with #1D8797
Text Example
Text Example
White with #1D8797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8797; }
p { color: rgb(29,135,151); }
H1.HeaderClassName
{
color: #1D8797;
}
.AnyTagClassName
{
color: #1D8797;
}
</style>
background-color css
<style>
a { background-color: #1D8797; }
a { background-color: rgb(29,135,151); }
div.DivClassName
{
background-color: #1D8797;
}
.BgClassName
{
background-color: #1D8797;
}
</style>
border-color css
<style>
span { border-color: #1D8797; }
span { border-color: rgb(29,135,151); }
td.TdClassName
{
border-color: #1D8797;
}
.TagClassName
{
border-color: #1D8797;
}
</style>