Shades of Java #1D8B93
Tints of Java #1D8B93
RGB
CMYK
RGB Variations
Color information
#1D8B93 (or 0x1D8B93) is known color: Java. HEX triplet: 1D, 8B and 93. RGB value is (29,139,147). Sum of RGB (Red+Green+Blue) = 29+139+147=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D8B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8B93 is #E2746C. Grayscale: #6A6A6A. Windows color (decimal): -14840941 or 9669405. OLE color: 9669405.
HSL color Cylindrical-coordinate representation of color #1D8B93: hue angle of 184.07º 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 #1D8B93 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 139 | 147 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.42 |
| HSL | 184.07º | 0.67% | 0.35% | - |
| HSV(B) | 184.07º | 0.8% | 0.58% | - |
| XYZ | 15.01 | 20.83 | 30.83 | - |
| YUV | 107.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 139 | 147 | 0.80 | 0.05 | 0 | 0.42 | 184.07 | 0.67 | 0.35 |
| Hex | 1D | 8B | 93 | 50 | 5 | 0 | 2A | B8 | 43 | 23 |
| Octal | 35 | 213 | 223 | 120 | 5 | 0 | 52 | 270 | 103 | 43 |
| Binary | 11101 | 10001011 | 10010011 | 1010000 | 101 | 0 | 101010 | 10111000 | 1000011 | 100011 |
Color Harmonies of #1D8B93
Complementary color
Monochromatic Colors of #1D8B93
Black with #1D8B93
Text Example
Text Example
White with #1D8B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8B93; }
p { color: rgb(29,139,147); }
H1.HeaderClassName
{
color: #1D8B93;
}
.AnyTagClassName
{
color: #1D8B93;
}
</style>
background-color css
<style>
a { background-color: #1D8B93; }
a { background-color: rgb(29,139,147); }
div.DivClassName
{
background-color: #1D8B93;
}
.BgClassName
{
background-color: #1D8B93;
}
</style>
border-color css
<style>
span { border-color: #1D8B93; }
span { border-color: rgb(29,139,147); }
td.TdClassName
{
border-color: #1D8B93;
}
.TagClassName
{
border-color: #1D8B93;
}
</style>