Shades of Java #1B8C92
Tints of Java #1B8C92
RGB
CMYK
RGB Variations
Color information
#1B8C92 (or 0x1B8C92) is known color: Java. HEX triplet: 1B, 8C and 92. RGB value is (27,140,146). Sum of RGB (Red+Green+Blue) = 27+140+146=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B8C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8C92 is #E4736D. Grayscale: #6A6A6A. Windows color (decimal): -14971758 or 9604123. OLE color: 9604123.
HSL color Cylindrical-coordinate representation of color #1B8C92: hue angle of 183.03º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8C92 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 140 | 146 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.43 |
| HSL | 183.03º | 0.69% | 0.34% | - |
| HSV(B) | 183.03º | 0.82% | 0.57% | - |
| XYZ | 15.02 | 21.06 | 30.47 | - |
| YUV | 106.9 | 150.06 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 140 | 146 | 0.82 | 0.04 | 0 | 0.43 | 183.03 | 0.69 | 0.34 |
| Hex | 1B | 8C | 92 | 52 | 4 | 0 | 2B | B7 | 45 | 22 |
| Octal | 33 | 214 | 222 | 122 | 4 | 0 | 53 | 267 | 105 | 42 |
| Binary | 11011 | 10001100 | 10010010 | 1010010 | 100 | 0 | 101011 | 10110111 | 1000101 | 100010 |
Color Harmonies of #1B8C92
Complementary color
Monochromatic Colors of #1B8C92
Black with #1B8C92
Text Example
Text Example
White with #1B8C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8C92; }
p { color: rgb(27,140,146); }
H1.HeaderClassName
{
color: #1B8C92;
}
.AnyTagClassName
{
color: #1B8C92;
}
</style>
background-color css
<style>
a { background-color: #1B8C92; }
a { background-color: rgb(27,140,146); }
div.DivClassName
{
background-color: #1B8C92;
}
.BgClassName
{
background-color: #1B8C92;
}
</style>
border-color css
<style>
span { border-color: #1B8C92; }
span { border-color: rgb(27,140,146); }
td.TdClassName
{
border-color: #1B8C92;
}
.TagClassName
{
border-color: #1B8C92;
}
</style>