Shades of Java #1F979B
Tints of Java #1F979B
RGB
CMYK
RGB Variations
Color information
#1F979B (or 0x1F979B) is known color: Java. HEX triplet: 1F, 97 and 9B. RGB value is (31,151,155). Sum of RGB (Red+Green+Blue) = 31+151+155=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F979B is #E06864. Grayscale: #737373. Windows color (decimal): -14706789 or 10196767. OLE color: 10196767.
HSL color Cylindrical-coordinate representation of color #1F979B: hue angle of 181.94º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F979B is Cyan = 0.8, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 151 | 155 | - |
| CMYK | 0.8 | 0.03 | 0 | 0.39 |
| HSL | 181.94º | 0.67% | 0.36% | - |
| HSV(B) | 181.94º | 0.8% | 0.61% | - |
| XYZ | 17.55 | 24.79 | 34.87 | - |
| YUV | 115.58 | 150.24 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 155 | 0.8 | 0.03 | 0 | 0.39 | 181.94 | 0.67 | 0.36 |
| Hex | 1F | 97 | 9B | 50 | 3 | 0 | 27 | B6 | 43 | 24 |
| Octal | 37 | 227 | 233 | 120 | 3 | 0 | 47 | 266 | 103 | 44 |
| Binary | 11111 | 10010111 | 10011011 | 1010000 | 11 | 0 | 100111 | 10110110 | 1000011 | 100100 |
Color Harmonies of #1F979B
Complementary color
Monochromatic Colors of #1F979B
Black with #1F979B
Text Example
Text Example
White with #1F979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F979B; }
p { color: rgb(31,151,155); }
H1.HeaderClassName
{
color: #1F979B;
}
.AnyTagClassName
{
color: #1F979B;
}
</style>
background-color css
<style>
a { background-color: #1F979B; }
a { background-color: rgb(31,151,155); }
div.DivClassName
{
background-color: #1F979B;
}
.BgClassName
{
background-color: #1F979B;
}
</style>
border-color css
<style>
span { border-color: #1F979B; }
span { border-color: rgb(31,151,155); }
td.TdClassName
{
border-color: #1F979B;
}
.TagClassName
{
border-color: #1F979B;
}
</style>