Shades of Java #1F9183
Tints of Java #1F9183
RGB
CMYK
RGB Variations
Color information
#1F9183 (or 0x1F9183) is known color: Java. HEX triplet: 1F, 91 and 83. RGB value is (31,145,131). Sum of RGB (Red+Green+Blue) = 31+145+131=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9183 is #E06E7C. Grayscale: #6D6D6D. Windows color (decimal): -14708349 or 8622367. OLE color: 8622367.
HSL color Cylindrical-coordinate representation of color #1F9183: hue angle of 172.63º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9183 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 131 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.43 |
| HSL | 172.63º | 0.65% | 0.35% | - |
| HSV(B) | 172.63º | 0.79% | 0.57% | - |
| XYZ | 14.79 | 22.18 | 24.97 | - |
| YUV | 109.32 | 140.23 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 131 | 0.79 | 0 | 0.10 | 0.43 | 172.63 | 0.65 | 0.35 |
| Hex | 1F | 91 | 83 | 4F | 0 | A | 2B | AD | 41 | 23 |
| Octal | 37 | 221 | 203 | 117 | 0 | 12 | 53 | 255 | 101 | 43 |
| Binary | 11111 | 10010001 | 10000011 | 1001111 | 0 | 1010 | 101011 | 10101101 | 1000001 | 100011 |
Color Harmonies of #1F9183
Complementary color
Monochromatic Colors of #1F9183
Black with #1F9183
Text Example
Text Example
White with #1F9183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9183; }
p { color: rgb(31,145,131); }
H1.HeaderClassName
{
color: #1F9183;
}
.AnyTagClassName
{
color: #1F9183;
}
</style>
background-color css
<style>
a { background-color: #1F9183; }
a { background-color: rgb(31,145,131); }
div.DivClassName
{
background-color: #1F9183;
}
.BgClassName
{
background-color: #1F9183;
}
</style>
border-color css
<style>
span { border-color: #1F9183; }
span { border-color: rgb(31,145,131); }
td.TdClassName
{
border-color: #1F9183;
}
.TagClassName
{
border-color: #1F9183;
}
</style>