Shades of Java #1B828D
Tints of Java #1B828D
RGB
CMYK
RGB Variations
Color information
#1B828D (or 0x1B828D) is known color: Java. HEX triplet: 1B, 82 and 8D. RGB value is (27,130,141). Sum of RGB (Red+Green+Blue) = 27+130+141=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B828D is #E47D72. Grayscale: #646464. Windows color (decimal): -14974323 or 9273883. OLE color: 9273883.
HSL color Cylindrical-coordinate representation of color #1B828D: hue angle of 185.79º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B828D is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 130 | 141 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.45 |
| HSL | 185.79º | 0.68% | 0.33% | - |
| HSV(B) | 185.79º | 0.81% | 0.55% | - |
| XYZ | 13.24 | 18.12 | 28 | - |
| YUV | 100.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 141 | 0.81 | 0.08 | 0 | 0.45 | 185.79 | 0.68 | 0.33 |
| Hex | 1B | 82 | 8D | 51 | 8 | 0 | 2D | BA | 44 | 21 |
| Octal | 33 | 202 | 215 | 121 | 10 | 0 | 55 | 272 | 104 | 41 |
| Binary | 11011 | 10000010 | 10001101 | 1010001 | 1000 | 0 | 101101 | 10111010 | 1000100 | 100001 |
Color Harmonies of #1B828D
Complementary color
Monochromatic Colors of #1B828D
Black with #1B828D
Text Example
Text Example
White with #1B828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B828D; }
p { color: rgb(27,130,141); }
H1.HeaderClassName
{
color: #1B828D;
}
.AnyTagClassName
{
color: #1B828D;
}
</style>
background-color css
<style>
a { background-color: #1B828D; }
a { background-color: rgb(27,130,141); }
div.DivClassName
{
background-color: #1B828D;
}
.BgClassName
{
background-color: #1B828D;
}
</style>
border-color css
<style>
span { border-color: #1B828D; }
span { border-color: rgb(27,130,141); }
td.TdClassName
{
border-color: #1B828D;
}
.TagClassName
{
border-color: #1B828D;
}
</style>