Shades of Java #1F9397
Tints of Java #1F9397
RGB
CMYK
RGB Variations
Color information
#1F9397 (or 0x1F9397) is known color: Java. HEX triplet: 1F, 93 and 97. RGB value is (31,147,151). Sum of RGB (Red+Green+Blue) = 31+147+151=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F9397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9397 is #E06C68. Grayscale: #707070. Windows color (decimal): -14707817 or 9933599. OLE color: 9933599.
HSL color Cylindrical-coordinate representation of color #1F9397: hue angle of 182º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9397 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 147 | 151 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.41 |
| HSL | 182º | 0.66% | 0.36% | - |
| HSV(B) | 182º | 0.79% | 0.59% | - |
| XYZ | 16.58 | 23.39 | 32.92 | - |
| YUV | 112.77 | 149.57 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 151 | 0.79 | 0.03 | 0 | 0.41 | 182 | 0.66 | 0.36 |
| Hex | 1F | 93 | 97 | 4F | 3 | 0 | 29 | B6 | 42 | 24 |
| Octal | 37 | 223 | 227 | 117 | 3 | 0 | 51 | 266 | 102 | 44 |
| Binary | 11111 | 10010011 | 10010111 | 1001111 | 11 | 0 | 101001 | 10110110 | 1000010 | 100100 |
Color Harmonies of #1F9397
Complementary color
Monochromatic Colors of #1F9397
Black with #1F9397
Text Example
Text Example
White with #1F9397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9397; }
p { color: rgb(31,147,151); }
H1.HeaderClassName
{
color: #1F9397;
}
.AnyTagClassName
{
color: #1F9397;
}
</style>
background-color css
<style>
a { background-color: #1F9397; }
a { background-color: rgb(31,147,151); }
div.DivClassName
{
background-color: #1F9397;
}
.BgClassName
{
background-color: #1F9397;
}
</style>
border-color css
<style>
span { border-color: #1F9397; }
span { border-color: rgb(31,147,151); }
td.TdClassName
{
border-color: #1F9397;
}
.TagClassName
{
border-color: #1F9397;
}
</style>