Shades of Java #1F8392
Tints of Java #1F8392
RGB
CMYK
RGB Variations
Color information
#1F8392 (or 0x1F8392) is known color: Java. HEX triplet: 1F, 83 and 92. RGB value is (31,131,146). Sum of RGB (Red+Green+Blue) = 31+131+146=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F8392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8392 is #E07C6D. Grayscale: #666666. Windows color (decimal): -14711918 or 9601823. OLE color: 9601823.
HSL color Cylindrical-coordinate representation of color #1F8392: hue angle of 187.83º 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 #1F8392 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 131 | 146 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.43 |
| HSL | 187.83º | 0.65% | 0.35% | - |
| HSV(B) | 187.83º | 0.79% | 0.57% | - |
| XYZ | 13.87 | 18.6 | 30.05 | - |
| YUV | 102.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 146 | 0.79 | 0.10 | 0 | 0.43 | 187.83 | 0.65 | 0.35 |
| Hex | 1F | 83 | 92 | 4F | A | 0 | 2B | BC | 41 | 23 |
| Octal | 37 | 203 | 222 | 117 | 12 | 0 | 53 | 274 | 101 | 43 |
| Binary | 11111 | 10000011 | 10010010 | 1001111 | 1010 | 0 | 101011 | 10111100 | 1000001 | 100011 |
Color Harmonies of #1F8392
Complementary color
Monochromatic Colors of #1F8392
Black with #1F8392
Text Example
Text Example
White with #1F8392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8392; }
p { color: rgb(31,131,146); }
H1.HeaderClassName
{
color: #1F8392;
}
.AnyTagClassName
{
color: #1F8392;
}
</style>
background-color css
<style>
a { background-color: #1F8392; }
a { background-color: rgb(31,131,146); }
div.DivClassName
{
background-color: #1F8392;
}
.BgClassName
{
background-color: #1F8392;
}
</style>
border-color css
<style>
span { border-color: #1F8392; }
span { border-color: rgb(31,131,146); }
td.TdClassName
{
border-color: #1F8392;
}
.TagClassName
{
border-color: #1F8392;
}
</style>