Shades of Java #1B939D
Tints of Java #1B939D
RGB
CMYK
RGB Variations
Color information
#1B939D (or 0x1B939D) is known color: Java. HEX triplet: 1B, 93 and 9D. RGB value is (27,147,157). Sum of RGB (Red+Green+Blue) = 27+147+157=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B939D is #E46C62. Grayscale: #707070. Windows color (decimal): -14969955 or 10326811. OLE color: 10326811.
HSL color Cylindrical-coordinate representation of color #1B939D: hue angle of 184.62º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B939D is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 147 | 157 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.38 |
| HSL | 184.62º | 0.71% | 0.36% | - |
| HSV(B) | 184.62º | 0.83% | 0.62% | - |
| XYZ | 16.97 | 23.53 | 35.55 | - |
| YUV | 112.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 147 | 157 | 0.83 | 0.06 | 0 | 0.38 | 184.62 | 0.71 | 0.36 |
| Hex | 1B | 93 | 9D | 53 | 6 | 0 | 26 | B9 | 47 | 24 |
| Octal | 33 | 223 | 235 | 123 | 6 | 0 | 46 | 271 | 107 | 44 |
| Binary | 11011 | 10010011 | 10011101 | 1010011 | 110 | 0 | 100110 | 10111001 | 1000111 | 100100 |
Color Harmonies of #1B939D
Complementary color
Monochromatic Colors of #1B939D
Black with #1B939D
Text Example
Text Example
White with #1B939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B939D; }
p { color: rgb(27,147,157); }
H1.HeaderClassName
{
color: #1B939D;
}
.AnyTagClassName
{
color: #1B939D;
}
</style>
background-color css
<style>
a { background-color: #1B939D; }
a { background-color: rgb(27,147,157); }
div.DivClassName
{
background-color: #1B939D;
}
.BgClassName
{
background-color: #1B939D;
}
</style>
border-color css
<style>
span { border-color: #1B939D; }
span { border-color: rgb(27,147,157); }
td.TdClassName
{
border-color: #1B939D;
}
.TagClassName
{
border-color: #1B939D;
}
</style>