Shades of Java #1B8792
Tints of Java #1B8792
RGB
CMYK
RGB Variations
Color information
#1B8792 (or 0x1B8792) is known color: Java. HEX triplet: 1B, 87 and 92. RGB value is (27,135,146). Sum of RGB (Red+Green+Blue) = 27+135+146=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B8792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8792 is #E4786D. Grayscale: #676767. Windows color (decimal): -14973038 or 9602843. OLE color: 9602843.
HSL color Cylindrical-coordinate representation of color #1B8792: hue angle of 185.55º 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 #1B8792 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 135 | 146 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.43 |
| HSL | 185.55º | 0.69% | 0.34% | - |
| HSV(B) | 185.55º | 0.82% | 0.57% | - |
| XYZ | 14.3 | 19.64 | 30.23 | - |
| YUV | 103.96 | 151.72 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 135 | 146 | 0.82 | 0.08 | 0 | 0.43 | 185.55 | 0.69 | 0.34 |
| Hex | 1B | 87 | 92 | 52 | 8 | 0 | 2B | BA | 45 | 22 |
| Octal | 33 | 207 | 222 | 122 | 10 | 0 | 53 | 272 | 105 | 42 |
| Binary | 11011 | 10000111 | 10010010 | 1010010 | 1000 | 0 | 101011 | 10111010 | 1000101 | 100010 |
Color Harmonies of #1B8792
Complementary color
Monochromatic Colors of #1B8792
Black with #1B8792
Text Example
Text Example
White with #1B8792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8792; }
p { color: rgb(27,135,146); }
H1.HeaderClassName
{
color: #1B8792;
}
.AnyTagClassName
{
color: #1B8792;
}
</style>
background-color css
<style>
a { background-color: #1B8792; }
a { background-color: rgb(27,135,146); }
div.DivClassName
{
background-color: #1B8792;
}
.BgClassName
{
background-color: #1B8792;
}
</style>
border-color css
<style>
span { border-color: #1B8792; }
span { border-color: rgb(27,135,146); }
td.TdClassName
{
border-color: #1B8792;
}
.TagClassName
{
border-color: #1B8792;
}
</style>