Shades of Java #1B898E
Tints of Java #1B898E
RGB
CMYK
RGB Variations
Color information
#1B898E (or 0x1B898E) is known color: Java. HEX triplet: 1B, 89 and 8E. RGB value is (27,137,142). Sum of RGB (Red+Green+Blue) = 27+137+142=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B898E is #E47671. Grayscale: #686868. Windows color (decimal): -14972530 or 9341211. OLE color: 9341211.
HSL color Cylindrical-coordinate representation of color #1B898E: hue angle of 182.61º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B898E is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 137 | 142 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.44 |
| HSL | 182.61º | 0.68% | 0.33% | - |
| HSV(B) | 182.61º | 0.81% | 0.56% | - |
| XYZ | 14.28 | 20.08 | 28.71 | - |
| YUV | 104.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 137 | 142 | 0.81 | 0.04 | 0 | 0.44 | 182.61 | 0.68 | 0.33 |
| Hex | 1B | 89 | 8E | 51 | 4 | 0 | 2C | B7 | 44 | 21 |
| Octal | 33 | 211 | 216 | 121 | 4 | 0 | 54 | 267 | 104 | 41 |
| Binary | 11011 | 10001001 | 10001110 | 1010001 | 100 | 0 | 101100 | 10110111 | 1000100 | 100001 |
Color Harmonies of #1B898E
Complementary color
Monochromatic Colors of #1B898E
Black with #1B898E
Text Example
Text Example
White with #1B898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B898E; }
p { color: rgb(27,137,142); }
H1.HeaderClassName
{
color: #1B898E;
}
.AnyTagClassName
{
color: #1B898E;
}
</style>
background-color css
<style>
a { background-color: #1B898E; }
a { background-color: rgb(27,137,142); }
div.DivClassName
{
background-color: #1B898E;
}
.BgClassName
{
background-color: #1B898E;
}
</style>
border-color css
<style>
span { border-color: #1B898E; }
span { border-color: rgb(27,137,142); }
td.TdClassName
{
border-color: #1B898E;
}
.TagClassName
{
border-color: #1B898E;
}
</style>