Shades of Java #1B8F95
Tints of Java #1B8F95
RGB
CMYK
RGB Variations
Color information
#1B8F95 (or 0x1B8F95) is known color: Java. HEX triplet: 1B, 8F and 95. RGB value is (27,143,149). Sum of RGB (Red+Green+Blue) = 27+143+149=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B8F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8F95 is #E4706A. Grayscale: #6C6C6C. Windows color (decimal): -14970987 or 9801499. OLE color: 9801499.
HSL color Cylindrical-coordinate representation of color #1B8F95: hue angle of 182.95º 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 #1B8F95 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 143 | 149 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.42 |
| HSL | 182.95º | 0.69% | 0.35% | - |
| HSV(B) | 182.95º | 0.82% | 0.58% | - |
| XYZ | 15.7 | 22.05 | 31.86 | - |
| YUV | 109 | 150.57 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 143 | 149 | 0.82 | 0.04 | 0 | 0.42 | 182.95 | 0.69 | 0.35 |
| Hex | 1B | 8F | 95 | 52 | 4 | 0 | 2A | B7 | 45 | 23 |
| Octal | 33 | 217 | 225 | 122 | 4 | 0 | 52 | 267 | 105 | 43 |
| Binary | 11011 | 10001111 | 10010101 | 1010010 | 100 | 0 | 101010 | 10110111 | 1000101 | 100011 |
Color Harmonies of #1B8F95
Complementary color
Monochromatic Colors of #1B8F95
Black with #1B8F95
Text Example
Text Example
White with #1B8F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8F95; }
p { color: rgb(27,143,149); }
H1.HeaderClassName
{
color: #1B8F95;
}
.AnyTagClassName
{
color: #1B8F95;
}
</style>
background-color css
<style>
a { background-color: #1B8F95; }
a { background-color: rgb(27,143,149); }
div.DivClassName
{
background-color: #1B8F95;
}
.BgClassName
{
background-color: #1B8F95;
}
</style>
border-color css
<style>
span { border-color: #1B8F95; }
span { border-color: rgb(27,143,149); }
td.TdClassName
{
border-color: #1B8F95;
}
.TagClassName
{
border-color: #1B8F95;
}
</style>