Shades of Java #1B9199
Tints of Java #1B9199
RGB
CMYK
RGB Variations
Color information
#1B9199 (or 0x1B9199) is known color: Java. HEX triplet: 1B, 91 and 99. RGB value is (27,145,153). Sum of RGB (Red+Green+Blue) = 27+145+153=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B9199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9199 is #E46E66. Grayscale: #6E6E6E. Windows color (decimal): -14970471 or 10064155. OLE color: 10064155.
HSL color Cylindrical-coordinate representation of color #1B9199: hue angle of 183.81º 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 #1B9199 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 145 | 153 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.4 |
| HSL | 183.81º | 0.7% | 0.35% | - |
| HSV(B) | 183.81º | 0.82% | 0.6% | - |
| XYZ | 16.33 | 22.78 | 33.67 | - |
| YUV | 110.63 | 151.91 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 145 | 153 | 0.82 | 0.05 | 0 | 0.4 | 183.81 | 0.7 | 0.35 |
| Hex | 1B | 91 | 99 | 52 | 5 | 0 | 28 | B8 | 46 | 23 |
| Octal | 33 | 221 | 231 | 122 | 5 | 0 | 50 | 270 | 106 | 43 |
| Binary | 11011 | 10010001 | 10011001 | 1010010 | 101 | 0 | 101000 | 10111000 | 1000110 | 100011 |
Color Harmonies of #1B9199
Complementary color
Monochromatic Colors of #1B9199
Black with #1B9199
Text Example
Text Example
White with #1B9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9199; }
p { color: rgb(27,145,153); }
H1.HeaderClassName
{
color: #1B9199;
}
.AnyTagClassName
{
color: #1B9199;
}
</style>
background-color css
<style>
a { background-color: #1B9199; }
a { background-color: rgb(27,145,153); }
div.DivClassName
{
background-color: #1B9199;
}
.BgClassName
{
background-color: #1B9199;
}
</style>
border-color css
<style>
span { border-color: #1B9199; }
span { border-color: rgb(27,145,153); }
td.TdClassName
{
border-color: #1B9199;
}
.TagClassName
{
border-color: #1B9199;
}
</style>