Shades of Java #1B8593
Tints of Java #1B8593
RGB
CMYK
RGB Variations
Color information
#1B8593 (or 0x1B8593) is known color: Java. HEX triplet: 1B, 85 and 93. RGB value is (27,133,147). Sum of RGB (Red+Green+Blue) = 27+133+147=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #1B8593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8593 is #E47A6C. Grayscale: #666666. Windows color (decimal): -14973549 or 9667867. OLE color: 9667867.
HSL color Cylindrical-coordinate representation of color #1B8593: hue angle of 187º 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 #1B8593 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 133 | 147 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.42 |
| HSL | 187º | 0.69% | 0.34% | - |
| HSV(B) | 187º | 0.82% | 0.58% | - |
| XYZ | 14.11 | 19.11 | 30.55 | - |
| YUV | 102.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 133 | 147 | 0.82 | 0.10 | 0 | 0.42 | 187 | 0.69 | 0.34 |
| Hex | 1B | 85 | 93 | 52 | A | 0 | 2A | BB | 45 | 22 |
| Octal | 33 | 205 | 223 | 122 | 12 | 0 | 52 | 273 | 105 | 42 |
| Binary | 11011 | 10000101 | 10010011 | 1010010 | 1010 | 0 | 101010 | 10111011 | 1000101 | 100010 |
Color Harmonies of #1B8593
Complementary color
Monochromatic Colors of #1B8593
Black with #1B8593
Text Example
Text Example
White with #1B8593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8593; }
p { color: rgb(27,133,147); }
H1.HeaderClassName
{
color: #1B8593;
}
.AnyTagClassName
{
color: #1B8593;
}
</style>
background-color css
<style>
a { background-color: #1B8593; }
a { background-color: rgb(27,133,147); }
div.DivClassName
{
background-color: #1B8593;
}
.BgClassName
{
background-color: #1B8593;
}
</style>
border-color css
<style>
span { border-color: #1B8593; }
span { border-color: rgb(27,133,147); }
td.TdClassName
{
border-color: #1B8593;
}
.TagClassName
{
border-color: #1B8593;
}
</style>