Shades of Java #1F8788
Tints of Java #1F8788
RGB
CMYK
RGB Variations
Color information
#1F8788 (or 0x1F8788) is known color: Java. HEX triplet: 1F, 87 and 88. RGB value is (31,135,136). Sum of RGB (Red+Green+Blue) = 31+135+136=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F8788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8788 is #E07877. Grayscale: #676767. Windows color (decimal): -14710904 or 8947487. OLE color: 8947487.
HSL color Cylindrical-coordinate representation of color #1F8788: hue angle of 180.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8788 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 136 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.47 |
| HSL | 180.57º | 0.63% | 0.33% | - |
| HSV(B) | 180.57º | 0.77% | 0.53% | - |
| XYZ | 13.67 | 19.4 | 26.32 | - |
| YUV | 104.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 136 | 0.77 | 0.01 | 0 | 0.47 | 180.57 | 0.63 | 0.33 |
| Hex | 1F | 87 | 88 | 4D | 1 | 0 | 2F | B5 | 3F | 21 |
| Octal | 37 | 207 | 210 | 115 | 1 | 0 | 57 | 265 | 77 | 41 |
| Binary | 11111 | 10000111 | 10001000 | 1001101 | 1 | 0 | 101111 | 10110101 | 111111 | 100001 |
Color Harmonies of #1F8788
Complementary color
Monochromatic Colors of #1F8788
Black with #1F8788
Text Example
Text Example
White with #1F8788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8788; }
p { color: rgb(31,135,136); }
H1.HeaderClassName
{
color: #1F8788;
}
.AnyTagClassName
{
color: #1F8788;
}
</style>
background-color css
<style>
a { background-color: #1F8788; }
a { background-color: rgb(31,135,136); }
div.DivClassName
{
background-color: #1F8788;
}
.BgClassName
{
background-color: #1F8788;
}
</style>
border-color css
<style>
span { border-color: #1F8788; }
span { border-color: rgb(31,135,136); }
td.TdClassName
{
border-color: #1F8788;
}
.TagClassName
{
border-color: #1F8788;
}
</style>