Shades of Java #1F8F9D
Tints of Java #1F8F9D
RGB
CMYK
RGB Variations
Color information
#1F8F9D (or 0x1F8F9D) is known color: Java. HEX triplet: 1F, 8F and 9D. RGB value is (31,143,157). Sum of RGB (Red+Green+Blue) = 31+143+157=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F8F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8F9D is #E07062. Grayscale: #6E6E6E. Windows color (decimal): -14708835 or 10325791. OLE color: 10325791.
HSL color Cylindrical-coordinate representation of color #1F8F9D: hue angle of 186.67º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F8F9D is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 143 | 157 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.38 |
| HSL | 186.67º | 0.67% | 0.37% | - |
| HSV(B) | 186.67º | 0.8% | 0.62% | - |
| XYZ | 16.47 | 22.37 | 35.35 | - |
| YUV | 111.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 157 | 0.80 | 0.09 | 0 | 0.38 | 186.67 | 0.67 | 0.37 |
| Hex | 1F | 8F | 9D | 50 | 9 | 0 | 26 | BB | 43 | 25 |
| Octal | 37 | 217 | 235 | 120 | 11 | 0 | 46 | 273 | 103 | 45 |
| Binary | 11111 | 10001111 | 10011101 | 1010000 | 1001 | 0 | 100110 | 10111011 | 1000011 | 100101 |
Color Harmonies of #1F8F9D
Complementary color
Monochromatic Colors of #1F8F9D
Black with #1F8F9D
Text Example
Text Example
White with #1F8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F9D; }
p { color: rgb(31,143,157); }
H1.HeaderClassName
{
color: #1F8F9D;
}
.AnyTagClassName
{
color: #1F8F9D;
}
</style>
background-color css
<style>
a { background-color: #1F8F9D; }
a { background-color: rgb(31,143,157); }
div.DivClassName
{
background-color: #1F8F9D;
}
.BgClassName
{
background-color: #1F8F9D;
}
</style>
border-color css
<style>
span { border-color: #1F8F9D; }
span { border-color: rgb(31,143,157); }
td.TdClassName
{
border-color: #1F8F9D;
}
.TagClassName
{
border-color: #1F8F9D;
}
</style>