Shades of Java #1F8987
Tints of Java #1F8987
RGB
CMYK
RGB Variations
Color information
#1F8987 (or 0x1F8987) is known color: Java. HEX triplet: 1F, 89 and 87. RGB value is (31,137,135). Sum of RGB (Red+Green+Blue) = 31+137+135=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8987 is #E07678. Grayscale: #686868. Windows color (decimal): -14710393 or 8882463. OLE color: 8882463.
HSL color Cylindrical-coordinate representation of color #1F8987: hue angle of 178.87º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8987 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 135 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.46 |
| HSL | 178.87º | 0.63% | 0.33% | - |
| HSV(B) | 178.87º | 0.77% | 0.54% | - |
| XYZ | 13.88 | 19.93 | 26.04 | - |
| YUV | 105.08 | 144.88 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 135 | 0.77 | 0 | 0.01 | 0.46 | 178.87 | 0.63 | 0.33 |
| Hex | 1F | 89 | 87 | 4D | 0 | 1 | 2E | B3 | 3F | 21 |
| Octal | 37 | 211 | 207 | 115 | 0 | 1 | 56 | 263 | 77 | 41 |
| Binary | 11111 | 10001001 | 10000111 | 1001101 | 0 | 1 | 101110 | 10110011 | 111111 | 100001 |
Color Harmonies of #1F8987
Complementary color
Monochromatic Colors of #1F8987
Black with #1F8987
Text Example
Text Example
White with #1F8987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8987; }
p { color: rgb(31,137,135); }
H1.HeaderClassName
{
color: #1F8987;
}
.AnyTagClassName
{
color: #1F8987;
}
</style>
background-color css
<style>
a { background-color: #1F8987; }
a { background-color: rgb(31,137,135); }
div.DivClassName
{
background-color: #1F8987;
}
.BgClassName
{
background-color: #1F8987;
}
</style>
border-color css
<style>
span { border-color: #1F8987; }
span { border-color: rgb(31,137,135); }
td.TdClassName
{
border-color: #1F8987;
}
.TagClassName
{
border-color: #1F8987;
}
</style>