Shades of Java #1B8B95
Tints of Java #1B8B95
RGB
CMYK
RGB Variations
Color information
#1B8B95 (or 0x1B8B95) is known color: Java. HEX triplet: 1B, 8B and 95. RGB value is (27,139,149). Sum of RGB (Red+Green+Blue) = 27+139+149=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B8B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8B95 is #E4746A. Grayscale: #6A6A6A. Windows color (decimal): -14972011 or 9800475. OLE color: 9800475.
HSL color Cylindrical-coordinate representation of color #1B8B95: hue angle of 184.92º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8B95 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 139 | 149 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.42 |
| HSL | 184.92º | 0.69% | 0.35% | - |
| HSV(B) | 184.92º | 0.82% | 0.58% | - |
| XYZ | 15.11 | 20.87 | 31.67 | - |
| YUV | 106.65 | 151.89 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 149 | 0.82 | 0.07 | 0 | 0.42 | 184.92 | 0.69 | 0.35 |
| Hex | 1B | 8B | 95 | 52 | 7 | 0 | 2A | B9 | 45 | 23 |
| Octal | 33 | 213 | 225 | 122 | 7 | 0 | 52 | 271 | 105 | 43 |
| Binary | 11011 | 10001011 | 10010101 | 1010010 | 111 | 0 | 101010 | 10111001 | 1000101 | 100011 |
Color Harmonies of #1B8B95
Complementary color
Monochromatic Colors of #1B8B95
Black with #1B8B95
Text Example
Text Example
White with #1B8B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8B95; }
p { color: rgb(27,139,149); }
H1.HeaderClassName
{
color: #1B8B95;
}
.AnyTagClassName
{
color: #1B8B95;
}
</style>
background-color css
<style>
a { background-color: #1B8B95; }
a { background-color: rgb(27,139,149); }
div.DivClassName
{
background-color: #1B8B95;
}
.BgClassName
{
background-color: #1B8B95;
}
</style>
border-color css
<style>
span { border-color: #1B8B95; }
span { border-color: rgb(27,139,149); }
td.TdClassName
{
border-color: #1B8B95;
}
.TagClassName
{
border-color: #1B8B95;
}
</style>