Shades of Java #1F919B
Tints of Java #1F919B
RGB
CMYK
RGB Variations
Color information
#1F919B (or 0x1F919B) is known color: Java. HEX triplet: 1F, 91 and 9B. RGB value is (31,145,155). Sum of RGB (Red+Green+Blue) = 31+145+155=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F919B is #E06E64. Grayscale: #6F6F6F. Windows color (decimal): -14708325 or 10195231. OLE color: 10195231.
HSL color Cylindrical-coordinate representation of color #1F919B: hue angle of 184.84º 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 #1F919B is Cyan = 0.8, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 145 | 155 | - |
| CMYK | 0.8 | 0.06 | 0 | 0.39 |
| HSL | 184.84º | 0.67% | 0.36% | - |
| HSV(B) | 184.84º | 0.8% | 0.61% | - |
| XYZ | 16.61 | 22.91 | 34.56 | - |
| YUV | 112.05 | 152.23 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 155 | 0.8 | 0.06 | 0 | 0.39 | 184.84 | 0.67 | 0.36 |
| Hex | 1F | 91 | 9B | 50 | 6 | 0 | 27 | B9 | 43 | 24 |
| Octal | 37 | 221 | 233 | 120 | 6 | 0 | 47 | 271 | 103 | 44 |
| Binary | 11111 | 10010001 | 10011011 | 1010000 | 110 | 0 | 100111 | 10111001 | 1000011 | 100100 |
Color Harmonies of #1F919B
Complementary color
Monochromatic Colors of #1F919B
Black with #1F919B
Text Example
Text Example
White with #1F919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F919B; }
p { color: rgb(31,145,155); }
H1.HeaderClassName
{
color: #1F919B;
}
.AnyTagClassName
{
color: #1F919B;
}
</style>
background-color css
<style>
a { background-color: #1F919B; }
a { background-color: rgb(31,145,155); }
div.DivClassName
{
background-color: #1F919B;
}
.BgClassName
{
background-color: #1F919B;
}
</style>
border-color css
<style>
span { border-color: #1F919B; }
span { border-color: rgb(31,145,155); }
td.TdClassName
{
border-color: #1F919B;
}
.TagClassName
{
border-color: #1F919B;
}
</style>