Shades of Java #1F929C
Tints of Java #1F929C
RGB
CMYK
RGB Variations
Color information
#1F929C (or 0x1F929C) is known color: Java. HEX triplet: 1F, 92 and 9C. RGB value is (31,146,156). Sum of RGB (Red+Green+Blue) = 31+146+156=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F929C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F929C is #E06D63. Grayscale: #707070. Windows color (decimal): -14708068 or 10261023. OLE color: 10261023.
HSL color Cylindrical-coordinate representation of color #1F929C: hue angle of 184.8º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F929C is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 146 | 156 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.39 |
| HSL | 184.8º | 0.67% | 0.37% | - |
| HSV(B) | 184.8º | 0.8% | 0.61% | - |
| XYZ | 16.84 | 23.25 | 35.05 | - |
| YUV | 112.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 156 | 0.80 | 0.06 | 0 | 0.39 | 184.8 | 0.67 | 0.37 |
| Hex | 1F | 92 | 9C | 50 | 6 | 0 | 27 | B9 | 43 | 25 |
| Octal | 37 | 222 | 234 | 120 | 6 | 0 | 47 | 271 | 103 | 45 |
| Binary | 11111 | 10010010 | 10011100 | 1010000 | 110 | 0 | 100111 | 10111001 | 1000011 | 100101 |
Color Harmonies of #1F929C
Complementary color
Monochromatic Colors of #1F929C
Black with #1F929C
Text Example
Text Example
White with #1F929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F929C; }
p { color: rgb(31,146,156); }
H1.HeaderClassName
{
color: #1F929C;
}
.AnyTagClassName
{
color: #1F929C;
}
</style>
background-color css
<style>
a { background-color: #1F929C; }
a { background-color: rgb(31,146,156); }
div.DivClassName
{
background-color: #1F929C;
}
.BgClassName
{
background-color: #1F929C;
}
</style>
border-color css
<style>
span { border-color: #1F929C; }
span { border-color: rgb(31,146,156); }
td.TdClassName
{
border-color: #1F929C;
}
.TagClassName
{
border-color: #1F929C;
}
</style>