Shades of Java #1B8393
Tints of Java #1B8393
RGB
CMYK
RGB Variations
Color information
#1B8393 (or 0x1B8393) is known color: Java. HEX triplet: 1B, 83 and 93. RGB value is (27,131,147). Sum of RGB (Red+Green+Blue) = 27+131+147=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #1B8393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8393 is #E47C6C. Grayscale: #656565. Windows color (decimal): -14974061 or 9667355. OLE color: 9667355.
HSL color Cylindrical-coordinate representation of color #1B8393: hue angle of 188º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8393 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 131 | 147 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.42 |
| HSL | 188º | 0.69% | 0.34% | - |
| HSV(B) | 188º | 0.82% | 0.58% | - |
| XYZ | 13.83 | 18.57 | 30.46 | - |
| YUV | 101.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 131 | 147 | 0.82 | 0.11 | 0 | 0.42 | 188 | 0.69 | 0.34 |
| Hex | 1B | 83 | 93 | 52 | B | 0 | 2A | BC | 45 | 22 |
| Octal | 33 | 203 | 223 | 122 | 13 | 0 | 52 | 274 | 105 | 42 |
| Binary | 11011 | 10000011 | 10010011 | 1010010 | 1011 | 0 | 101010 | 10111100 | 1000101 | 100010 |
Color Harmonies of #1B8393
Complementary color
Monochromatic Colors of #1B8393
Black with #1B8393
Text Example
Text Example
White with #1B8393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8393; }
p { color: rgb(27,131,147); }
H1.HeaderClassName
{
color: #1B8393;
}
.AnyTagClassName
{
color: #1B8393;
}
</style>
background-color css
<style>
a { background-color: #1B8393; }
a { background-color: rgb(27,131,147); }
div.DivClassName
{
background-color: #1B8393;
}
.BgClassName
{
background-color: #1B8393;
}
</style>
border-color css
<style>
span { border-color: #1B8393; }
span { border-color: rgb(27,131,147); }
td.TdClassName
{
border-color: #1B8393;
}
.TagClassName
{
border-color: #1B8393;
}
</style>