Shades of Java #1F9093
Tints of Java #1F9093
RGB
CMYK
RGB Variations
Color information
#1F9093 (or 0x1F9093) is known color: Java. HEX triplet: 1F, 90 and 93. RGB value is (31,144,147). Sum of RGB (Red+Green+Blue) = 31+144+147=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F9093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9093 is #E06F6C. Grayscale: #6E6E6E. Windows color (decimal): -14708589 or 9670687. OLE color: 9670687.
HSL color Cylindrical-coordinate representation of color #1F9093: hue angle of 181.55º 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 #1F9093 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 144 | 147 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.42 |
| HSL | 181.55º | 0.65% | 0.35% | - |
| HSV(B) | 181.55º | 0.79% | 0.58% | - |
| XYZ | 15.8 | 22.34 | 31.08 | - |
| YUV | 110.56 | 148.56 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 147 | 0.79 | 0.02 | 0 | 0.42 | 181.55 | 0.65 | 0.35 |
| Hex | 1F | 90 | 93 | 4F | 2 | 0 | 2A | B6 | 41 | 23 |
| Octal | 37 | 220 | 223 | 117 | 2 | 0 | 52 | 266 | 101 | 43 |
| Binary | 11111 | 10010000 | 10010011 | 1001111 | 10 | 0 | 101010 | 10110110 | 1000001 | 100011 |
Color Harmonies of #1F9093
Complementary color
Monochromatic Colors of #1F9093
Black with #1F9093
Text Example
Text Example
White with #1F9093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9093; }
p { color: rgb(31,144,147); }
H1.HeaderClassName
{
color: #1F9093;
}
.AnyTagClassName
{
color: #1F9093;
}
</style>
background-color css
<style>
a { background-color: #1F9093; }
a { background-color: rgb(31,144,147); }
div.DivClassName
{
background-color: #1F9093;
}
.BgClassName
{
background-color: #1F9093;
}
</style>
border-color css
<style>
span { border-color: #1F9093; }
span { border-color: rgb(31,144,147); }
td.TdClassName
{
border-color: #1F9093;
}
.TagClassName
{
border-color: #1F9093;
}
</style>