Shades of Java #1B929D
Tints of Java #1B929D
RGB
CMYK
RGB Variations
Color information
#1B929D (or 0x1B929D) is known color: Java. HEX triplet: 1B, 92 and 9D. RGB value is (27,146,157). Sum of RGB (Red+Green+Blue) = 27+146+157=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B929D is #E46D62. Grayscale: #6F6F6F. Windows color (decimal): -14970211 or 10326555. OLE color: 10326555.
HSL color Cylindrical-coordinate representation of color #1B929D: hue angle of 185.08º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B929D is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 146 | 157 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.38 |
| HSL | 185.08º | 0.71% | 0.36% | - |
| HSV(B) | 185.08º | 0.83% | 0.62% | - |
| XYZ | 16.82 | 23.23 | 35.49 | - |
| YUV | 111.67 | 153.58 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 146 | 157 | 0.83 | 0.07 | 0 | 0.38 | 185.08 | 0.71 | 0.36 |
| Hex | 1B | 92 | 9D | 53 | 7 | 0 | 26 | B9 | 47 | 24 |
| Octal | 33 | 222 | 235 | 123 | 7 | 0 | 46 | 271 | 107 | 44 |
| Binary | 11011 | 10010010 | 10011101 | 1010011 | 111 | 0 | 100110 | 10111001 | 1000111 | 100100 |
Color Harmonies of #1B929D
Complementary color
Monochromatic Colors of #1B929D
Black with #1B929D
Text Example
Text Example
White with #1B929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B929D; }
p { color: rgb(27,146,157); }
H1.HeaderClassName
{
color: #1B929D;
}
.AnyTagClassName
{
color: #1B929D;
}
</style>
background-color css
<style>
a { background-color: #1B929D; }
a { background-color: rgb(27,146,157); }
div.DivClassName
{
background-color: #1B929D;
}
.BgClassName
{
background-color: #1B929D;
}
</style>
border-color css
<style>
span { border-color: #1B929D; }
span { border-color: rgb(27,146,157); }
td.TdClassName
{
border-color: #1B929D;
}
.TagClassName
{
border-color: #1B929D;
}
</style>