Shades of Java #1F969D
Tints of Java #1F969D
RGB
CMYK
RGB Variations
Color information
#1F969D (or 0x1F969D) is known color: Java. HEX triplet: 1F, 96 and 9D. RGB value is (31,150,157). Sum of RGB (Red+Green+Blue) = 31+150+157=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F969D is #E06962. Grayscale: #737373. Windows color (decimal): -14707043 or 10327583. OLE color: 10327583.
HSL color Cylindrical-coordinate representation of color #1F969D: hue angle of 183.33º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F969D is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 150 | 157 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.38 |
| HSL | 183.33º | 0.67% | 0.37% | - |
| HSV(B) | 183.33º | 0.8% | 0.62% | - |
| XYZ | 17.56 | 24.54 | 35.71 | - |
| YUV | 115.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 157 | 0.80 | 0.04 | 0 | 0.38 | 183.33 | 0.67 | 0.37 |
| Hex | 1F | 96 | 9D | 50 | 4 | 0 | 26 | B7 | 43 | 25 |
| Octal | 37 | 226 | 235 | 120 | 4 | 0 | 46 | 267 | 103 | 45 |
| Binary | 11111 | 10010110 | 10011101 | 1010000 | 100 | 0 | 100110 | 10110111 | 1000011 | 100101 |
Color Harmonies of #1F969D
Complementary color
Monochromatic Colors of #1F969D
Black with #1F969D
Text Example
Text Example
White with #1F969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F969D; }
p { color: rgb(31,150,157); }
H1.HeaderClassName
{
color: #1F969D;
}
.AnyTagClassName
{
color: #1F969D;
}
</style>
background-color css
<style>
a { background-color: #1F969D; }
a { background-color: rgb(31,150,157); }
div.DivClassName
{
background-color: #1F969D;
}
.BgClassName
{
background-color: #1F969D;
}
</style>
border-color css
<style>
span { border-color: #1F969D; }
span { border-color: rgb(31,150,157); }
td.TdClassName
{
border-color: #1F969D;
}
.TagClassName
{
border-color: #1F969D;
}
</style>