Shades of Java #1B8787
Tints of Java #1B8787
RGB
CMYK
RGB Variations
Color information
#1B8787 (or 0x1B8787) is known color: Java. HEX triplet: 1B, 87 and 87. RGB value is (27,135,135). Sum of RGB (Red+Green+Blue) = 27+135+135=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #1B8787 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8787 is #E47878. Grayscale: #666666. Windows color (decimal): -14973049 or 8881947. OLE color: 8881947.
HSL color Cylindrical-coordinate representation of color #1B8787: hue angle of 180º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8787 is Cyan = 0.8, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 135 | 135 | - |
| CMYK | 0.8 | 0 | 0 | 0.47 |
| HSL | 180º | 0.67% | 0.32% | - |
| HSV(B) | 180º | 0.8% | 0.53% | - |
| XYZ | 13.49 | 19.31 | 25.94 | - |
| YUV | 102.71 | 146.22 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 135 | 135 | 0.8 | 0 | 0 | 0.47 | 180 | 0.67 | 0.32 |
| Hex | 1B | 87 | 87 | 50 | 0 | 0 | 2F | B4 | 43 | 20 |
| Octal | 33 | 207 | 207 | 120 | 0 | 0 | 57 | 264 | 103 | 40 |
| Binary | 11011 | 10000111 | 10000111 | 1010000 | 0 | 0 | 101111 | 10110100 | 1000011 | 100000 |
Color Harmonies of #1B8787
Complementary color
Monochromatic Colors of #1B8787
Black with #1B8787
Text Example
Text Example
White with #1B8787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8787; }
p { color: rgb(27,135,135); }
H1.HeaderClassName
{
color: #1B8787;
}
.AnyTagClassName
{
color: #1B8787;
}
</style>
background-color css
<style>
a { background-color: #1B8787; }
a { background-color: rgb(27,135,135); }
div.DivClassName
{
background-color: #1B8787;
}
.BgClassName
{
background-color: #1B8787;
}
</style>
border-color css
<style>
span { border-color: #1B8787; }
span { border-color: rgb(27,135,135); }
td.TdClassName
{
border-color: #1B8787;
}
.TagClassName
{
border-color: #1B8787;
}
</style>