Shades of Java #1B9298
Tints of Java #1B9298
RGB
CMYK
RGB Variations
Color information
#1B9298 (or 0x1B9298) is known color: Java. HEX triplet: 1B, 92 and 98. RGB value is (27,146,152). Sum of RGB (Red+Green+Blue) = 27+146+152=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B9298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9298 is #E46D67. Grayscale: #6E6E6E. Windows color (decimal): -14970216 or 9998875. OLE color: 9998875.
HSL color Cylindrical-coordinate representation of color #1B9298: hue angle of 182.88º 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 #1B9298 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 146 | 152 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.40 |
| HSL | 182.88º | 0.7% | 0.35% | - |
| HSV(B) | 182.88º | 0.82% | 0.6% | - |
| XYZ | 16.4 | 23.06 | 33.29 | - |
| YUV | 111.1 | 151.08 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 146 | 152 | 0.82 | 0.04 | 0 | 0.40 | 182.88 | 0.7 | 0.35 |
| Hex | 1B | 92 | 98 | 52 | 4 | 0 | 28 | B7 | 46 | 23 |
| Octal | 33 | 222 | 230 | 122 | 4 | 0 | 50 | 267 | 106 | 43 |
| Binary | 11011 | 10010010 | 10011000 | 1010010 | 100 | 0 | 101000 | 10110111 | 1000110 | 100011 |
Color Harmonies of #1B9298
Complementary color
Monochromatic Colors of #1B9298
Black with #1B9298
Text Example
Text Example
White with #1B9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9298; }
p { color: rgb(27,146,152); }
H1.HeaderClassName
{
color: #1B9298;
}
.AnyTagClassName
{
color: #1B9298;
}
</style>
background-color css
<style>
a { background-color: #1B9298; }
a { background-color: rgb(27,146,152); }
div.DivClassName
{
background-color: #1B9298;
}
.BgClassName
{
background-color: #1B9298;
}
</style>
border-color css
<style>
span { border-color: #1B9298; }
span { border-color: rgb(27,146,152); }
td.TdClassName
{
border-color: #1B9298;
}
.TagClassName
{
border-color: #1B9298;
}
</style>