Shades of Java #1B918D
Tints of Java #1B918D
RGB
CMYK
RGB Variations
Color information
#1B918D (or 0x1B918D) is known color: Java. HEX triplet: 1B, 91 and 8D. RGB value is (27,145,141). Sum of RGB (Red+Green+Blue) = 27+145+141=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #1B918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B918D is #E46E72. Grayscale: #6D6D6D. Windows color (decimal): -14970483 or 9277723. OLE color: 9277723.
HSL color Cylindrical-coordinate representation of color #1B918D: hue angle of 177.97º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B918D is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 145 | 141 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.43 |
| HSL | 177.97º | 0.69% | 0.34% | - |
| HSV(B) | 177.97º | 0.81% | 0.57% | - |
| XYZ | 15.39 | 22.41 | 28.71 | - |
| YUV | 109.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 145 | 141 | 0.81 | 0 | 0.03 | 0.43 | 177.97 | 0.69 | 0.34 |
| Hex | 1B | 91 | 8D | 51 | 0 | 3 | 2B | B2 | 45 | 22 |
| Octal | 33 | 221 | 215 | 121 | 0 | 3 | 53 | 262 | 105 | 42 |
| Binary | 11011 | 10010001 | 10001101 | 1010001 | 0 | 11 | 101011 | 10110010 | 1000101 | 100010 |
Color Harmonies of #1B918D
Complementary color
Monochromatic Colors of #1B918D
Black with #1B918D
Text Example
Text Example
White with #1B918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B918D; }
p { color: rgb(27,145,141); }
H1.HeaderClassName
{
color: #1B918D;
}
.AnyTagClassName
{
color: #1B918D;
}
</style>
background-color css
<style>
a { background-color: #1B918D; }
a { background-color: rgb(27,145,141); }
div.DivClassName
{
background-color: #1B918D;
}
.BgClassName
{
background-color: #1B918D;
}
</style>
border-color css
<style>
span { border-color: #1B918D; }
span { border-color: rgb(27,145,141); }
td.TdClassName
{
border-color: #1B918D;
}
.TagClassName
{
border-color: #1B918D;
}
</style>