Shades of Java #1F9394
Tints of Java #1F9394
RGB
CMYK
RGB Variations
Color information
#1F9394 (or 0x1F9394) is known color: Java. HEX triplet: 1F, 93 and 94. RGB value is (31,147,148). Sum of RGB (Red+Green+Blue) = 31+147+148=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F9394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9394 is #E06C6B. Grayscale: #707070. Windows color (decimal): -14707820 or 9736991. OLE color: 9736991.
HSL color Cylindrical-coordinate representation of color #1F9394: hue angle of 180.51º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9394 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 148 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.42 |
| HSL | 180.51º | 0.65% | 0.35% | - |
| HSV(B) | 180.51º | 0.79% | 0.58% | - |
| XYZ | 16.34 | 23.3 | 31.65 | - |
| YUV | 112.43 | 148.07 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 148 | 0.79 | 0.01 | 0 | 0.42 | 180.51 | 0.65 | 0.35 |
| Hex | 1F | 93 | 94 | 4F | 1 | 0 | 2A | B5 | 41 | 23 |
| Octal | 37 | 223 | 224 | 117 | 1 | 0 | 52 | 265 | 101 | 43 |
| Binary | 11111 | 10010011 | 10010100 | 1001111 | 1 | 0 | 101010 | 10110101 | 1000001 | 100011 |
Color Harmonies of #1F9394
Complementary color
Monochromatic Colors of #1F9394
Black with #1F9394
Text Example
Text Example
White with #1F9394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9394; }
p { color: rgb(31,147,148); }
H1.HeaderClassName
{
color: #1F9394;
}
.AnyTagClassName
{
color: #1F9394;
}
</style>
background-color css
<style>
a { background-color: #1F9394; }
a { background-color: rgb(31,147,148); }
div.DivClassName
{
background-color: #1F9394;
}
.BgClassName
{
background-color: #1F9394;
}
</style>
border-color css
<style>
span { border-color: #1F9394; }
span { border-color: rgb(31,147,148); }
td.TdClassName
{
border-color: #1F9394;
}
.TagClassName
{
border-color: #1F9394;
}
</style>