Shades of Java #1D808F
Tints of Java #1D808F
RGB
CMYK
RGB Variations
Color information
#1D808F (or 0x1D808F) is known color: Java. HEX triplet: 1D, 80 and 8F. RGB value is (29,128,143). Sum of RGB (Red+Green+Blue) = 29+128+143=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #1D808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D808F is #E27F70. Grayscale: #636363. Windows color (decimal): -14843761 or 9404445. OLE color: 9404445.
HSL color Cylindrical-coordinate representation of color #1D808F: hue angle of 187.89º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D808F is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 128 | 143 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.44 |
| HSL | 187.89º | 0.66% | 0.34% | - |
| HSV(B) | 187.89º | 0.8% | 0.56% | - |
| XYZ | 13.18 | 17.68 | 28.7 | - |
| YUV | 100.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 143 | 0.80 | 0.10 | 0 | 0.44 | 187.89 | 0.66 | 0.34 |
| Hex | 1D | 80 | 8F | 50 | A | 0 | 2C | BC | 42 | 22 |
| Octal | 35 | 200 | 217 | 120 | 12 | 0 | 54 | 274 | 102 | 42 |
| Binary | 11101 | 10000000 | 10001111 | 1010000 | 1010 | 0 | 101100 | 10111100 | 1000010 | 100010 |
Color Harmonies of #1D808F
Complementary color
Monochromatic Colors of #1D808F
Black with #1D808F
Text Example
Text Example
White with #1D808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D808F; }
p { color: rgb(29,128,143); }
H1.HeaderClassName
{
color: #1D808F;
}
.AnyTagClassName
{
color: #1D808F;
}
</style>
background-color css
<style>
a { background-color: #1D808F; }
a { background-color: rgb(29,128,143); }
div.DivClassName
{
background-color: #1D808F;
}
.BgClassName
{
background-color: #1D808F;
}
</style>
border-color css
<style>
span { border-color: #1D808F; }
span { border-color: rgb(29,128,143); }
td.TdClassName
{
border-color: #1D808F;
}
.TagClassName
{
border-color: #1D808F;
}
</style>