Shades of Java #1B939C
Tints of Java #1B939C
RGB
CMYK
RGB Variations
Color information
#1B939C (or 0x1B939C) is known color: Java. HEX triplet: 1B, 93 and 9C. RGB value is (27,147,156). Sum of RGB (Red+Green+Blue) = 27+147+156=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B939C is #E46C63. Grayscale: #6F6F6F. Windows color (decimal): -14969956 or 10261275. OLE color: 10261275.
HSL color Cylindrical-coordinate representation of color #1B939C: hue angle of 184.19º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B939C is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 147 | 156 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.39 |
| HSL | 184.19º | 0.7% | 0.36% | - |
| HSV(B) | 184.19º | 0.83% | 0.61% | - |
| XYZ | 16.89 | 23.5 | 35.1 | - |
| YUV | 112.15 | 152.74 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 147 | 156 | 0.83 | 0.06 | 0 | 0.39 | 184.19 | 0.7 | 0.36 |
| Hex | 1B | 93 | 9C | 53 | 6 | 0 | 27 | B8 | 46 | 24 |
| Octal | 33 | 223 | 234 | 123 | 6 | 0 | 47 | 270 | 106 | 44 |
| Binary | 11011 | 10010011 | 10011100 | 1010011 | 110 | 0 | 100111 | 10111000 | 1000110 | 100100 |
Color Harmonies of #1B939C
Complementary color
Monochromatic Colors of #1B939C
Black with #1B939C
Text Example
Text Example
White with #1B939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B939C; }
p { color: rgb(27,147,156); }
H1.HeaderClassName
{
color: #1B939C;
}
.AnyTagClassName
{
color: #1B939C;
}
</style>
background-color css
<style>
a { background-color: #1B939C; }
a { background-color: rgb(27,147,156); }
div.DivClassName
{
background-color: #1B939C;
}
.BgClassName
{
background-color: #1B939C;
}
</style>
border-color css
<style>
span { border-color: #1B939C; }
span { border-color: rgb(27,147,156); }
td.TdClassName
{
border-color: #1B939C;
}
.TagClassName
{
border-color: #1B939C;
}
</style>