Shades of Java #1F919F
Tints of Java #1F919F
RGB
CMYK
RGB Variations
Color information
#1F919F (or 0x1F919F) is known color: Java. HEX triplet: 1F, 91 and 9F. RGB value is (31,145,159). Sum of RGB (Red+Green+Blue) = 31+145+159=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F919F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F919F is #E06E60. Grayscale: #707070. Windows color (decimal): -14708321 or 10457375. OLE color: 10457375.
HSL color Cylindrical-coordinate representation of color #1F919F: hue angle of 186.56º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F919F is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 145 | 159 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.38 |
| HSL | 186.56º | 0.67% | 0.37% | - |
| HSV(B) | 186.56º | 0.81% | 0.62% | - |
| XYZ | 16.95 | 23.05 | 36.36 | - |
| YUV | 112.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 159 | 0.81 | 0.09 | 0 | 0.38 | 186.56 | 0.67 | 0.37 |
| Hex | 1F | 91 | 9F | 51 | 9 | 0 | 26 | BB | 43 | 25 |
| Octal | 37 | 221 | 237 | 121 | 11 | 0 | 46 | 273 | 103 | 45 |
| Binary | 11111 | 10010001 | 10011111 | 1010001 | 1001 | 0 | 100110 | 10111011 | 1000011 | 100101 |
Color Harmonies of #1F919F
Complementary color
Monochromatic Colors of #1F919F
Black with #1F919F
Text Example
Text Example
White with #1F919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F919F; }
p { color: rgb(31,145,159); }
H1.HeaderClassName
{
color: #1F919F;
}
.AnyTagClassName
{
color: #1F919F;
}
</style>
background-color css
<style>
a { background-color: #1F919F; }
a { background-color: rgb(31,145,159); }
div.DivClassName
{
background-color: #1F919F;
}
.BgClassName
{
background-color: #1F919F;
}
</style>
border-color css
<style>
span { border-color: #1F919F; }
span { border-color: rgb(31,145,159); }
td.TdClassName
{
border-color: #1F919F;
}
.TagClassName
{
border-color: #1F919F;
}
</style>