Shades of Java #1F898D
Tints of Java #1F898D
RGB
CMYK
RGB Variations
Color information
#1F898D (or 0x1F898D) is known color: Java. HEX triplet: 1F, 89 and 8D. RGB value is (31,137,141). Sum of RGB (Red+Green+Blue) = 31+137+141=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F898D is #E07672. Grayscale: #696969. Windows color (decimal): -14710387 or 9275679. OLE color: 9275679.
HSL color Cylindrical-coordinate representation of color #1F898D: hue angle of 182.18º 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 #1F898D is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 137 | 141 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.45 |
| HSL | 182.18º | 0.64% | 0.34% | - |
| HSV(B) | 182.18º | 0.78% | 0.55% | - |
| XYZ | 14.32 | 20.11 | 28.33 | - |
| YUV | 105.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 141 | 0.78 | 0.03 | 0 | 0.45 | 182.18 | 0.64 | 0.34 |
| Hex | 1F | 89 | 8D | 4E | 3 | 0 | 2D | B6 | 40 | 22 |
| Octal | 37 | 211 | 215 | 116 | 3 | 0 | 55 | 266 | 100 | 42 |
| Binary | 11111 | 10001001 | 10001101 | 1001110 | 11 | 0 | 101101 | 10110110 | 1000000 | 100010 |
Color Harmonies of #1F898D
Complementary color
Monochromatic Colors of #1F898D
Black with #1F898D
Text Example
Text Example
White with #1F898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F898D; }
p { color: rgb(31,137,141); }
H1.HeaderClassName
{
color: #1F898D;
}
.AnyTagClassName
{
color: #1F898D;
}
</style>
background-color css
<style>
a { background-color: #1F898D; }
a { background-color: rgb(31,137,141); }
div.DivClassName
{
background-color: #1F898D;
}
.BgClassName
{
background-color: #1F898D;
}
</style>
border-color css
<style>
span { border-color: #1F898D; }
span { border-color: rgb(31,137,141); }
td.TdClassName
{
border-color: #1F898D;
}
.TagClassName
{
border-color: #1F898D;
}
</style>