Shades of Java #1D8993
Tints of Java #1D8993
RGB
CMYK
RGB Variations
Color information
#1D8993 (or 0x1D8993) is known color: Java. HEX triplet: 1D, 89 and 93. RGB value is (29,137,147). Sum of RGB (Red+Green+Blue) = 29+137+147=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D8993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8993 is #E2766C. Grayscale: #696969. Windows color (decimal): -14841453 or 9668893. OLE color: 9668893.
HSL color Cylindrical-coordinate representation of color #1D8993: hue angle of 185.08º 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 #1D8993 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 137 | 147 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.42 |
| HSL | 185.08º | 0.67% | 0.35% | - |
| HSV(B) | 185.08º | 0.8% | 0.58% | - |
| XYZ | 14.72 | 20.26 | 30.74 | - |
| YUV | 105.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 147 | 0.80 | 0.07 | 0 | 0.42 | 185.08 | 0.67 | 0.35 |
| Hex | 1D | 89 | 93 | 50 | 7 | 0 | 2A | B9 | 43 | 23 |
| Octal | 35 | 211 | 223 | 120 | 7 | 0 | 52 | 271 | 103 | 43 |
| Binary | 11101 | 10001001 | 10010011 | 1010000 | 111 | 0 | 101010 | 10111001 | 1000011 | 100011 |
Color Harmonies of #1D8993
Complementary color
Monochromatic Colors of #1D8993
Black with #1D8993
Text Example
Text Example
White with #1D8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8993; }
p { color: rgb(29,137,147); }
H1.HeaderClassName
{
color: #1D8993;
}
.AnyTagClassName
{
color: #1D8993;
}
</style>
background-color css
<style>
a { background-color: #1D8993; }
a { background-color: rgb(29,137,147); }
div.DivClassName
{
background-color: #1D8993;
}
.BgClassName
{
background-color: #1D8993;
}
</style>
border-color css
<style>
span { border-color: #1D8993; }
span { border-color: rgb(29,137,147); }
td.TdClassName
{
border-color: #1D8993;
}
.TagClassName
{
border-color: #1D8993;
}
</style>