Shades of Java #1B919B
Tints of Java #1B919B
RGB
CMYK
RGB Variations
Color information
#1B919B (or 0x1B919B) is known color: Java. HEX triplet: 1B, 91 and 9B. RGB value is (27,145,155). Sum of RGB (Red+Green+Blue) = 27+145+155=327 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.26% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B919B is #E46E64. Grayscale: #6E6E6E. Windows color (decimal): -14970469 or 10195227. OLE color: 10195227.
HSL color Cylindrical-coordinate representation of color #1B919B: hue angle of 184.69º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B919B is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 145 | 155 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.39 |
| HSL | 184.69º | 0.7% | 0.36% | - |
| HSV(B) | 184.69º | 0.83% | 0.61% | - |
| XYZ | 16.49 | 22.85 | 34.55 | - |
| YUV | 110.86 | 152.91 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 145 | 155 | 0.83 | 0.06 | 0 | 0.39 | 184.69 | 0.7 | 0.36 |
| Hex | 1B | 91 | 9B | 53 | 6 | 0 | 27 | B9 | 46 | 24 |
| Octal | 33 | 221 | 233 | 123 | 6 | 0 | 47 | 271 | 106 | 44 |
| Binary | 11011 | 10010001 | 10011011 | 1010011 | 110 | 0 | 100111 | 10111001 | 1000110 | 100100 |
Color Harmonies of #1B919B
Complementary color
Monochromatic Colors of #1B919B
Black with #1B919B
Text Example
Text Example
White with #1B919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B919B; }
p { color: rgb(27,145,155); }
H1.HeaderClassName
{
color: #1B919B;
}
.AnyTagClassName
{
color: #1B919B;
}
</style>
background-color css
<style>
a { background-color: #1B919B; }
a { background-color: rgb(27,145,155); }
div.DivClassName
{
background-color: #1B919B;
}
.BgClassName
{
background-color: #1B919B;
}
</style>
border-color css
<style>
span { border-color: #1B919B; }
span { border-color: rgb(27,145,155); }
td.TdClassName
{
border-color: #1B919B;
}
.TagClassName
{
border-color: #1B919B;
}
</style>