Shades of Java #1BA1A4
Tints of Java #1BA1A4
RGB
CMYK
RGB Variations
Color information
#1BA1A4 (or 0x1BA1A4) is known color: Java. HEX triplet: 1B, A1 and A4. RGB value is (27,161,164). Sum of RGB (Red+Green+Blue) = 27+161+164=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #1BA1A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA1A4 is #E45E5B. Grayscale: #797979. Windows color (decimal): -14966364 or 10789147. OLE color: 10789147.
HSL color Cylindrical-coordinate representation of color #1BA1A4: hue angle of 181.31º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA1A4 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 161 | 164 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.36 |
| HSL | 181.31º | 0.72% | 0.37% | - |
| HSV(B) | 181.31º | 0.84% | 0.64% | - |
| XYZ | 19.9 | 28.4 | 39.56 | - |
| YUV | 121.28 | 152.11 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 164 | 0.84 | 0.02 | 0 | 0.36 | 181.31 | 0.72 | 0.37 |
| Hex | 1B | A1 | A4 | 54 | 2 | 0 | 24 | B5 | 48 | 25 |
| Octal | 33 | 241 | 244 | 124 | 2 | 0 | 44 | 265 | 110 | 45 |
| Binary | 11011 | 10100001 | 10100100 | 1010100 | 10 | 0 | 100100 | 10110101 | 1001000 | 100101 |
Color Harmonies of #1BA1A4
Complementary color
Monochromatic Colors of #1BA1A4
Black with #1BA1A4
Text Example
Text Example
White with #1BA1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA1A4; }
p { color: rgb(27,161,164); }
H1.HeaderClassName
{
color: #1BA1A4;
}
.AnyTagClassName
{
color: #1BA1A4;
}
</style>
background-color css
<style>
a { background-color: #1BA1A4; }
a { background-color: rgb(27,161,164); }
div.DivClassName
{
background-color: #1BA1A4;
}
.BgClassName
{
background-color: #1BA1A4;
}
</style>
border-color css
<style>
span { border-color: #1BA1A4; }
span { border-color: rgb(27,161,164); }
td.TdClassName
{
border-color: #1BA1A4;
}
.TagClassName
{
border-color: #1BA1A4;
}
</style>