Shades of Java #1F8E9D
Tints of Java #1F8E9D
RGB
CMYK
RGB Variations
Color information
#1F8E9D (or 0x1F8E9D) is known color: Java. HEX triplet: 1F, 8E and 9D. RGB value is (31,142,157). Sum of RGB (Red+Green+Blue) = 31+142+157=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F8E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8E9D is #E07162. Grayscale: #6E6E6E. Windows color (decimal): -14709091 or 10325535. OLE color: 10325535.
HSL color Cylindrical-coordinate representation of color #1F8E9D: hue angle of 187.14º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F8E9D is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 142 | 157 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.38 |
| HSL | 187.14º | 0.67% | 0.37% | - |
| HSV(B) | 187.14º | 0.8% | 0.62% | - |
| XYZ | 16.32 | 22.07 | 35.3 | - |
| YUV | 110.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 142 | 157 | 0.80 | 0.10 | 0 | 0.38 | 187.14 | 0.67 | 0.37 |
| Hex | 1F | 8E | 9D | 50 | A | 0 | 26 | BB | 43 | 25 |
| Octal | 37 | 216 | 235 | 120 | 12 | 0 | 46 | 273 | 103 | 45 |
| Binary | 11111 | 10001110 | 10011101 | 1010000 | 1010 | 0 | 100110 | 10111011 | 1000011 | 100101 |
Color Harmonies of #1F8E9D
Complementary color
Monochromatic Colors of #1F8E9D
Black with #1F8E9D
Text Example
Text Example
White with #1F8E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8E9D; }
p { color: rgb(31,142,157); }
H1.HeaderClassName
{
color: #1F8E9D;
}
.AnyTagClassName
{
color: #1F8E9D;
}
</style>
background-color css
<style>
a { background-color: #1F8E9D; }
a { background-color: rgb(31,142,157); }
div.DivClassName
{
background-color: #1F8E9D;
}
.BgClassName
{
background-color: #1F8E9D;
}
</style>
border-color css
<style>
span { border-color: #1F8E9D; }
span { border-color: rgb(31,142,157); }
td.TdClassName
{
border-color: #1F8E9D;
}
.TagClassName
{
border-color: #1F8E9D;
}
</style>