Shades of Java #1F8390
Tints of Java #1F8390
RGB
CMYK
RGB Variations
Color information
#1F8390 (or 0x1F8390) is known color: Java. HEX triplet: 1F, 83 and 90. RGB value is (31,131,144). Sum of RGB (Red+Green+Blue) = 31+131+144=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F8390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8390 is #E07C6F. Grayscale: #666666. Windows color (decimal): -14711920 or 9470751. OLE color: 9470751.
HSL color Cylindrical-coordinate representation of color #1F8390: hue angle of 186.9º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8390 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 131 | 144 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.44 |
| HSL | 186.9º | 0.65% | 0.34% | - |
| HSV(B) | 186.9º | 0.78% | 0.56% | - |
| XYZ | 13.72 | 18.54 | 29.24 | - |
| YUV | 102.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 144 | 0.78 | 0.09 | 0 | 0.44 | 186.9 | 0.65 | 0.34 |
| Hex | 1F | 83 | 90 | 4E | 9 | 0 | 2C | BB | 41 | 22 |
| Octal | 37 | 203 | 220 | 116 | 11 | 0 | 54 | 273 | 101 | 42 |
| Binary | 11111 | 10000011 | 10010000 | 1001110 | 1001 | 0 | 101100 | 10111011 | 1000001 | 100010 |
Color Harmonies of #1F8390
Complementary color
Monochromatic Colors of #1F8390
Black with #1F8390
Text Example
Text Example
White with #1F8390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8390; }
p { color: rgb(31,131,144); }
H1.HeaderClassName
{
color: #1F8390;
}
.AnyTagClassName
{
color: #1F8390;
}
</style>
background-color css
<style>
a { background-color: #1F8390; }
a { background-color: rgb(31,131,144); }
div.DivClassName
{
background-color: #1F8390;
}
.BgClassName
{
background-color: #1F8390;
}
</style>
border-color css
<style>
span { border-color: #1F8390; }
span { border-color: rgb(31,131,144); }
td.TdClassName
{
border-color: #1F8390;
}
.TagClassName
{
border-color: #1F8390;
}
</style>