Shades of Java #1D8794
Tints of Java #1D8794
RGB
CMYK
RGB Variations
Color information
#1D8794 (or 0x1D8794) is known color: Java. HEX triplet: 1D, 87 and 94. RGB value is (29,135,148). Sum of RGB (Red+Green+Blue) = 29+135+148=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D8794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8794 is #E2786B. Grayscale: #686868. Windows color (decimal): -14841964 or 9733917. OLE color: 9733917.
HSL color Cylindrical-coordinate representation of color #1D8794: hue angle of 186.55º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D8794 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 135 | 148 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.42 |
| HSL | 186.55º | 0.67% | 0.35% | - |
| HSV(B) | 186.55º | 0.8% | 0.58% | - |
| XYZ | 14.52 | 19.73 | 31.06 | - |
| YUV | 104.79 | 152.38 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 148 | 0.80 | 0.09 | 0 | 0.42 | 186.55 | 0.67 | 0.35 |
| Hex | 1D | 87 | 94 | 50 | 9 | 0 | 2A | BB | 43 | 23 |
| Octal | 35 | 207 | 224 | 120 | 11 | 0 | 52 | 273 | 103 | 43 |
| Binary | 11101 | 10000111 | 10010100 | 1010000 | 1001 | 0 | 101010 | 10111011 | 1000011 | 100011 |
Color Harmonies of #1D8794
Complementary color
Monochromatic Colors of #1D8794
Black with #1D8794
Text Example
Text Example
White with #1D8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8794; }
p { color: rgb(29,135,148); }
H1.HeaderClassName
{
color: #1D8794;
}
.AnyTagClassName
{
color: #1D8794;
}
</style>
background-color css
<style>
a { background-color: #1D8794; }
a { background-color: rgb(29,135,148); }
div.DivClassName
{
background-color: #1D8794;
}
.BgClassName
{
background-color: #1D8794;
}
</style>
border-color css
<style>
span { border-color: #1D8794; }
span { border-color: rgb(29,135,148); }
td.TdClassName
{
border-color: #1D8794;
}
.TagClassName
{
border-color: #1D8794;
}
</style>