Shades of Java #1B8799
Tints of Java #1B8799
RGB
CMYK
RGB Variations
Color information
#1B8799 (or 0x1B8799) is known color: Java. HEX triplet: 1B, 87 and 99. RGB value is (27,135,153). Sum of RGB (Red+Green+Blue) = 27+135+153=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B8799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8799 is #E47866. Grayscale: #686868. Windows color (decimal): -14973031 or 10061595. OLE color: 10061595.
HSL color Cylindrical-coordinate representation of color #1B8799: hue angle of 188.57º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8799 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 135 | 153 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.4 |
| HSL | 188.57º | 0.7% | 0.35% | - |
| HSV(B) | 188.57º | 0.82% | 0.6% | - |
| XYZ | 14.87 | 19.86 | 33.19 | - |
| YUV | 104.76 | 155.22 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 135 | 153 | 0.82 | 0.12 | 0 | 0.4 | 188.57 | 0.7 | 0.35 |
| Hex | 1B | 87 | 99 | 52 | C | 0 | 28 | BD | 46 | 23 |
| Octal | 33 | 207 | 231 | 122 | 14 | 0 | 50 | 275 | 106 | 43 |
| Binary | 11011 | 10000111 | 10011001 | 1010010 | 1100 | 0 | 101000 | 10111101 | 1000110 | 100011 |
Color Harmonies of #1B8799
Complementary color
Monochromatic Colors of #1B8799
Black with #1B8799
Text Example
Text Example
White with #1B8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8799; }
p { color: rgb(27,135,153); }
H1.HeaderClassName
{
color: #1B8799;
}
.AnyTagClassName
{
color: #1B8799;
}
</style>
background-color css
<style>
a { background-color: #1B8799; }
a { background-color: rgb(27,135,153); }
div.DivClassName
{
background-color: #1B8799;
}
.BgClassName
{
background-color: #1B8799;
}
</style>
border-color css
<style>
span { border-color: #1B8799; }
span { border-color: rgb(27,135,153); }
td.TdClassName
{
border-color: #1B8799;
}
.TagClassName
{
border-color: #1B8799;
}
</style>