Shades of Java #1F929B
Tints of Java #1F929B
RGB
CMYK
RGB Variations
Color information
#1F929B (or 0x1F929B) is known color: Java. HEX triplet: 1F, 92 and 9B. RGB value is (31,146,155). Sum of RGB (Red+Green+Blue) = 31+146+155=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F929B is #E06D64. Grayscale: #707070. Windows color (decimal): -14708069 or 10195487. OLE color: 10195487.
HSL color Cylindrical-coordinate representation of color #1F929B: hue angle of 184.35º 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 #1F929B is Cyan = 0.8, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 146 | 155 | - |
| CMYK | 0.8 | 0.06 | 0 | 0.39 |
| HSL | 184.35º | 0.67% | 0.36% | - |
| HSV(B) | 184.35º | 0.8% | 0.61% | - |
| XYZ | 16.76 | 23.22 | 34.61 | - |
| YUV | 112.64 | 151.9 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 155 | 0.8 | 0.06 | 0 | 0.39 | 184.35 | 0.67 | 0.36 |
| Hex | 1F | 92 | 9B | 50 | 6 | 0 | 27 | B8 | 43 | 24 |
| Octal | 37 | 222 | 233 | 120 | 6 | 0 | 47 | 270 | 103 | 44 |
| Binary | 11111 | 10010010 | 10011011 | 1010000 | 110 | 0 | 100111 | 10111000 | 1000011 | 100100 |
Color Harmonies of #1F929B
Complementary color
Monochromatic Colors of #1F929B
Black with #1F929B
Text Example
Text Example
White with #1F929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F929B; }
p { color: rgb(31,146,155); }
H1.HeaderClassName
{
color: #1F929B;
}
.AnyTagClassName
{
color: #1F929B;
}
</style>
background-color css
<style>
a { background-color: #1F929B; }
a { background-color: rgb(31,146,155); }
div.DivClassName
{
background-color: #1F929B;
}
.BgClassName
{
background-color: #1F929B;
}
</style>
border-color css
<style>
span { border-color: #1F929B; }
span { border-color: rgb(31,146,155); }
td.TdClassName
{
border-color: #1F929B;
}
.TagClassName
{
border-color: #1F929B;
}
</style>