Shades of Java #1F939C
Tints of Java #1F939C
RGB
CMYK
RGB Variations
Color information
#1F939C (or 0x1F939C) is known color: Java. HEX triplet: 1F, 93 and 9C. RGB value is (31,147,156). Sum of RGB (Red+Green+Blue) = 31+147+156=334 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.28% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F939C is #E06C63. Grayscale: #717171. Windows color (decimal): -14707812 or 10261279. OLE color: 10261279.
HSL color Cylindrical-coordinate representation of color #1F939C: hue angle of 184.32º 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 #1F939C is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 147 | 156 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.39 |
| HSL | 184.32º | 0.67% | 0.37% | - |
| HSV(B) | 184.32º | 0.8% | 0.61% | - |
| XYZ | 17 | 23.56 | 35.1 | - |
| YUV | 113.34 | 152.07 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 156 | 0.80 | 0.06 | 0 | 0.39 | 184.32 | 0.67 | 0.37 |
| Hex | 1F | 93 | 9C | 50 | 6 | 0 | 27 | B8 | 43 | 25 |
| Octal | 37 | 223 | 234 | 120 | 6 | 0 | 47 | 270 | 103 | 45 |
| Binary | 11111 | 10010011 | 10011100 | 1010000 | 110 | 0 | 100111 | 10111000 | 1000011 | 100101 |
Color Harmonies of #1F939C
Complementary color
Monochromatic Colors of #1F939C
Black with #1F939C
Text Example
Text Example
White with #1F939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F939C; }
p { color: rgb(31,147,156); }
H1.HeaderClassName
{
color: #1F939C;
}
.AnyTagClassName
{
color: #1F939C;
}
</style>
background-color css
<style>
a { background-color: #1F939C; }
a { background-color: rgb(31,147,156); }
div.DivClassName
{
background-color: #1F939C;
}
.BgClassName
{
background-color: #1F939C;
}
</style>
border-color css
<style>
span { border-color: #1F939C; }
span { border-color: rgb(31,147,156); }
td.TdClassName
{
border-color: #1F939C;
}
.TagClassName
{
border-color: #1F939C;
}
</style>