Shades of Java #1F888D
Tints of Java #1F888D
RGB
CMYK
RGB Variations
Color information
#1F888D (or 0x1F888D) is known color: Java. HEX triplet: 1F, 88 and 8D. RGB value is (31,136,141). Sum of RGB (Red+Green+Blue) = 31+136+141=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F888D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F888D is #E07772. Grayscale: #696969. Windows color (decimal): -14710643 or 9275423. OLE color: 9275423.
HSL color Cylindrical-coordinate representation of color #1F888D: hue angle of 182.73º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F888D is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 136 | 141 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.45 |
| HSL | 182.73º | 0.64% | 0.34% | - |
| HSV(B) | 182.73º | 0.78% | 0.55% | - |
| XYZ | 14.18 | 19.82 | 28.28 | - |
| YUV | 105.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 141 | 0.78 | 0.04 | 0 | 0.45 | 182.73 | 0.64 | 0.34 |
| Hex | 1F | 88 | 8D | 4E | 4 | 0 | 2D | B7 | 40 | 22 |
| Octal | 37 | 210 | 215 | 116 | 4 | 0 | 55 | 267 | 100 | 42 |
| Binary | 11111 | 10001000 | 10001101 | 1001110 | 100 | 0 | 101101 | 10110111 | 1000000 | 100010 |
Color Harmonies of #1F888D
Complementary color
Monochromatic Colors of #1F888D
Black with #1F888D
Text Example
Text Example
White with #1F888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F888D; }
p { color: rgb(31,136,141); }
H1.HeaderClassName
{
color: #1F888D;
}
.AnyTagClassName
{
color: #1F888D;
}
</style>
background-color css
<style>
a { background-color: #1F888D; }
a { background-color: rgb(31,136,141); }
div.DivClassName
{
background-color: #1F888D;
}
.BgClassName
{
background-color: #1F888D;
}
</style>
border-color css
<style>
span { border-color: #1F888D; }
span { border-color: rgb(31,136,141); }
td.TdClassName
{
border-color: #1F888D;
}
.TagClassName
{
border-color: #1F888D;
}
</style>