Shades of Java #1D858B
Tints of Java #1D858B
RGB
CMYK
RGB Variations
Color information
#1D858B (or 0x1D858B) is known color: Java. HEX triplet: 1D, 85 and 8B. RGB value is (29,133,139). Sum of RGB (Red+Green+Blue) = 29+133+139=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D858B is #E27A74. Grayscale: #666666. Windows color (decimal): -14842485 or 9143581. OLE color: 9143581.
HSL color Cylindrical-coordinate representation of color #1D858B: hue angle of 183.27º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D858B is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 133 | 139 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.45 |
| HSL | 183.27º | 0.65% | 0.33% | - |
| HSV(B) | 183.27º | 0.79% | 0.55% | - |
| XYZ | 13.55 | 18.9 | 27.36 | - |
| YUV | 102.59 | 148.54 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 139 | 0.79 | 0.04 | 0 | 0.45 | 183.27 | 0.65 | 0.33 |
| Hex | 1D | 85 | 8B | 4F | 4 | 0 | 2D | B7 | 41 | 21 |
| Octal | 35 | 205 | 213 | 117 | 4 | 0 | 55 | 267 | 101 | 41 |
| Binary | 11101 | 10000101 | 10001011 | 1001111 | 100 | 0 | 101101 | 10110111 | 1000001 | 100001 |
Color Harmonies of #1D858B
Complementary color
Monochromatic Colors of #1D858B
Black with #1D858B
Text Example
Text Example
White with #1D858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D858B; }
p { color: rgb(29,133,139); }
H1.HeaderClassName
{
color: #1D858B;
}
.AnyTagClassName
{
color: #1D858B;
}
</style>
background-color css
<style>
a { background-color: #1D858B; }
a { background-color: rgb(29,133,139); }
div.DivClassName
{
background-color: #1D858B;
}
.BgClassName
{
background-color: #1D858B;
}
</style>
border-color css
<style>
span { border-color: #1D858B; }
span { border-color: rgb(29,133,139); }
td.TdClassName
{
border-color: #1D858B;
}
.TagClassName
{
border-color: #1D858B;
}
</style>