Shades of Java #1B848D
Tints of Java #1B848D
RGB
CMYK
RGB Variations
Color information
#1B848D (or 0x1B848D) is known color: Java. HEX triplet: 1B, 84 and 8D. RGB value is (27,132,141). Sum of RGB (Red+Green+Blue) = 27+132+141=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B848D is #E47B72. Grayscale: #656565. Windows color (decimal): -14973811 or 9274395. OLE color: 9274395.
HSL color Cylindrical-coordinate representation of color #1B848D: hue angle of 184.74º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B848D is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 132 | 141 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.45 |
| HSL | 184.74º | 0.68% | 0.33% | - |
| HSV(B) | 184.74º | 0.81% | 0.55% | - |
| XYZ | 13.51 | 18.66 | 28.09 | - |
| YUV | 101.63 | 150.21 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 132 | 141 | 0.81 | 0.06 | 0 | 0.45 | 184.74 | 0.68 | 0.33 |
| Hex | 1B | 84 | 8D | 51 | 6 | 0 | 2D | B9 | 44 | 21 |
| Octal | 33 | 204 | 215 | 121 | 6 | 0 | 55 | 271 | 104 | 41 |
| Binary | 11011 | 10000100 | 10001101 | 1010001 | 110 | 0 | 101101 | 10111001 | 1000100 | 100001 |
Color Harmonies of #1B848D
Complementary color
Monochromatic Colors of #1B848D
Black with #1B848D
Text Example
Text Example
White with #1B848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B848D; }
p { color: rgb(27,132,141); }
H1.HeaderClassName
{
color: #1B848D;
}
.AnyTagClassName
{
color: #1B848D;
}
</style>
background-color css
<style>
a { background-color: #1B848D; }
a { background-color: rgb(27,132,141); }
div.DivClassName
{
background-color: #1B848D;
}
.BgClassName
{
background-color: #1B848D;
}
</style>
border-color css
<style>
span { border-color: #1B848D; }
span { border-color: rgb(27,132,141); }
td.TdClassName
{
border-color: #1B848D;
}
.TagClassName
{
border-color: #1B848D;
}
</style>