Shades of Java #1F8F9A
Tints of Java #1F8F9A
RGB
CMYK
RGB Variations
Color information
#1F8F9A (or 0x1F8F9A) is known color: Java. HEX triplet: 1F, 8F and 9A. RGB value is (31,143,154). Sum of RGB (Red+Green+Blue) = 31+143+154=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F8F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8F9A is #E07065. Grayscale: #6E6E6E. Windows color (decimal): -14708838 or 10129183. OLE color: 10129183.
HSL color Cylindrical-coordinate representation of color #1F8F9A: hue angle of 185.37º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F8F9A is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 143 | 154 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.40 |
| HSL | 185.37º | 0.66% | 0.36% | - |
| HSV(B) | 185.37º | 0.8% | 0.6% | - |
| XYZ | 16.22 | 22.27 | 34.02 | - |
| YUV | 110.77 | 152.39 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 154 | 0.80 | 0.07 | 0 | 0.40 | 185.37 | 0.66 | 0.36 |
| Hex | 1F | 8F | 9A | 50 | 7 | 0 | 28 | B9 | 42 | 24 |
| Octal | 37 | 217 | 232 | 120 | 7 | 0 | 50 | 271 | 102 | 44 |
| Binary | 11111 | 10001111 | 10011010 | 1010000 | 111 | 0 | 101000 | 10111001 | 1000010 | 100100 |
Color Harmonies of #1F8F9A
Complementary color
Monochromatic Colors of #1F8F9A
Black with #1F8F9A
Text Example
Text Example
White with #1F8F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F9A; }
p { color: rgb(31,143,154); }
H1.HeaderClassName
{
color: #1F8F9A;
}
.AnyTagClassName
{
color: #1F8F9A;
}
</style>
background-color css
<style>
a { background-color: #1F8F9A; }
a { background-color: rgb(31,143,154); }
div.DivClassName
{
background-color: #1F8F9A;
}
.BgClassName
{
background-color: #1F8F9A;
}
</style>
border-color css
<style>
span { border-color: #1F8F9A; }
span { border-color: rgb(31,143,154); }
td.TdClassName
{
border-color: #1F8F9A;
}
.TagClassName
{
border-color: #1F8F9A;
}
</style>