Shades of Java #1B9295
Tints of Java #1B9295
RGB
CMYK
RGB Variations
Color information
#1B9295 (or 0x1B9295) is known color: Java. HEX triplet: 1B, 92 and 95. RGB value is (27,146,149). Sum of RGB (Red+Green+Blue) = 27+146+149=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B9295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9295 is #E46D6A. Grayscale: #6E6E6E. Windows color (decimal): -14970219 or 9802267. OLE color: 9802267.
HSL color Cylindrical-coordinate representation of color #1B9295: hue angle of 181.48º 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 #1B9295 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 146 | 149 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.42 |
| HSL | 181.48º | 0.69% | 0.35% | - |
| HSV(B) | 181.48º | 0.82% | 0.58% | - |
| XYZ | 16.16 | 22.96 | 32.01 | - |
| YUV | 110.76 | 149.58 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 146 | 149 | 0.82 | 0.02 | 0 | 0.42 | 181.48 | 0.69 | 0.35 |
| Hex | 1B | 92 | 95 | 52 | 2 | 0 | 2A | B5 | 45 | 23 |
| Octal | 33 | 222 | 225 | 122 | 2 | 0 | 52 | 265 | 105 | 43 |
| Binary | 11011 | 10010010 | 10010101 | 1010010 | 10 | 0 | 101010 | 10110101 | 1000101 | 100011 |
Color Harmonies of #1B9295
Complementary color
Monochromatic Colors of #1B9295
Black with #1B9295
Text Example
Text Example
White with #1B9295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9295; }
p { color: rgb(27,146,149); }
H1.HeaderClassName
{
color: #1B9295;
}
.AnyTagClassName
{
color: #1B9295;
}
</style>
background-color css
<style>
a { background-color: #1B9295; }
a { background-color: rgb(27,146,149); }
div.DivClassName
{
background-color: #1B9295;
}
.BgClassName
{
background-color: #1B9295;
}
</style>
border-color css
<style>
span { border-color: #1B9295; }
span { border-color: rgb(27,146,149); }
td.TdClassName
{
border-color: #1B9295;
}
.TagClassName
{
border-color: #1B9295;
}
</style>