Shades of Java #1F868D
Tints of Java #1F868D
RGB
CMYK
RGB Variations
Color information
#1F868D (or 0x1F868D) is known color: Java. HEX triplet: 1F, 86 and 8D. RGB value is (31,134,141). Sum of RGB (Red+Green+Blue) = 31+134+141=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F868D is #E07972. Grayscale: #676767. Windows color (decimal): -14711155 or 9274911. OLE color: 9274911.
HSL color Cylindrical-coordinate representation of color #1F868D: hue angle of 183.82º 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 #1F868D is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 134 | 141 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.45 |
| HSL | 183.82º | 0.64% | 0.34% | - |
| HSV(B) | 183.82º | 0.78% | 0.55% | - |
| XYZ | 13.9 | 19.26 | 28.19 | - |
| YUV | 104 | 148.88 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 141 | 0.78 | 0.05 | 0 | 0.45 | 183.82 | 0.64 | 0.34 |
| Hex | 1F | 86 | 8D | 4E | 5 | 0 | 2D | B8 | 40 | 22 |
| Octal | 37 | 206 | 215 | 116 | 5 | 0 | 55 | 270 | 100 | 42 |
| Binary | 11111 | 10000110 | 10001101 | 1001110 | 101 | 0 | 101101 | 10111000 | 1000000 | 100010 |
Color Harmonies of #1F868D
Complementary color
Monochromatic Colors of #1F868D
Black with #1F868D
Text Example
Text Example
White with #1F868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F868D; }
p { color: rgb(31,134,141); }
H1.HeaderClassName
{
color: #1F868D;
}
.AnyTagClassName
{
color: #1F868D;
}
</style>
background-color css
<style>
a { background-color: #1F868D; }
a { background-color: rgb(31,134,141); }
div.DivClassName
{
background-color: #1F868D;
}
.BgClassName
{
background-color: #1F868D;
}
</style>
border-color css
<style>
span { border-color: #1F868D; }
span { border-color: rgb(31,134,141); }
td.TdClassName
{
border-color: #1F868D;
}
.TagClassName
{
border-color: #1F868D;
}
</style>