Shades of Java #1F9097
Tints of Java #1F9097
RGB
CMYK
RGB Variations
Color information
#1F9097 (or 0x1F9097) is known color: Java. HEX triplet: 1F, 90 and 97. RGB value is (31,144,151). Sum of RGB (Red+Green+Blue) = 31+144+151=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F9097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9097 is #E06F68. Grayscale: #6E6E6E. Windows color (decimal): -14708585 or 9932831. OLE color: 9932831.
HSL color Cylindrical-coordinate representation of color #1F9097: hue angle of 183.5º 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 #1F9097 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 144 | 151 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.41 |
| HSL | 183.5º | 0.66% | 0.36% | - |
| HSV(B) | 183.5º | 0.79% | 0.59% | - |
| XYZ | 16.12 | 22.47 | 32.77 | - |
| YUV | 111.01 | 150.56 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 151 | 0.79 | 0.05 | 0 | 0.41 | 183.5 | 0.66 | 0.36 |
| Hex | 1F | 90 | 97 | 4F | 5 | 0 | 29 | B8 | 42 | 24 |
| Octal | 37 | 220 | 227 | 117 | 5 | 0 | 51 | 270 | 102 | 44 |
| Binary | 11111 | 10010000 | 10010111 | 1001111 | 101 | 0 | 101001 | 10111000 | 1000010 | 100100 |
Color Harmonies of #1F9097
Complementary color
Monochromatic Colors of #1F9097
Black with #1F9097
Text Example
Text Example
White with #1F9097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9097; }
p { color: rgb(31,144,151); }
H1.HeaderClassName
{
color: #1F9097;
}
.AnyTagClassName
{
color: #1F9097;
}
</style>
background-color css
<style>
a { background-color: #1F9097; }
a { background-color: rgb(31,144,151); }
div.DivClassName
{
background-color: #1F9097;
}
.BgClassName
{
background-color: #1F9097;
}
</style>
border-color css
<style>
span { border-color: #1F9097; }
span { border-color: rgb(31,144,151); }
td.TdClassName
{
border-color: #1F9097;
}
.TagClassName
{
border-color: #1F9097;
}
</style>