Shades of Java #1F8592
Tints of Java #1F8592
RGB
CMYK
RGB Variations
Color information
#1F8592 (or 0x1F8592) is known color: Java. HEX triplet: 1F, 85 and 92. RGB value is (31,133,146). Sum of RGB (Red+Green+Blue) = 31+133+146=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F8592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8592 is #E07A6D. Grayscale: #676767. Windows color (decimal): -14711406 or 9602335. OLE color: 9602335.
HSL color Cylindrical-coordinate representation of color #1F8592: hue angle of 186.78º 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 #1F8592 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 133 | 146 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.43 |
| HSL | 186.78º | 0.65% | 0.35% | - |
| HSV(B) | 186.78º | 0.79% | 0.57% | - |
| XYZ | 14.14 | 19.14 | 30.14 | - |
| YUV | 103.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 146 | 0.79 | 0.09 | 0 | 0.43 | 186.78 | 0.65 | 0.35 |
| Hex | 1F | 85 | 92 | 4F | 9 | 0 | 2B | BB | 41 | 23 |
| Octal | 37 | 205 | 222 | 117 | 11 | 0 | 53 | 273 | 101 | 43 |
| Binary | 11111 | 10000101 | 10010010 | 1001111 | 1001 | 0 | 101011 | 10111011 | 1000001 | 100011 |
Color Harmonies of #1F8592
Complementary color
Monochromatic Colors of #1F8592
Black with #1F8592
Text Example
Text Example
White with #1F8592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8592; }
p { color: rgb(31,133,146); }
H1.HeaderClassName
{
color: #1F8592;
}
.AnyTagClassName
{
color: #1F8592;
}
</style>
background-color css
<style>
a { background-color: #1F8592; }
a { background-color: rgb(31,133,146); }
div.DivClassName
{
background-color: #1F8592;
}
.BgClassName
{
background-color: #1F8592;
}
</style>
border-color css
<style>
span { border-color: #1F8592; }
span { border-color: rgb(31,133,146); }
td.TdClassName
{
border-color: #1F8592;
}
.TagClassName
{
border-color: #1F8592;
}
</style>