Shades of Java #1B949C
Tints of Java #1B949C
RGB
CMYK
RGB Variations
Color information
#1B949C (or 0x1B949C) is known color: Java. HEX triplet: 1B, 94 and 9C. RGB value is (27,148,156). Sum of RGB (Red+Green+Blue) = 27+148+156=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B949C is #E46B63. Grayscale: #707070. Windows color (decimal): -14969700 or 10261531. OLE color: 10261531.
HSL color Cylindrical-coordinate representation of color #1B949C: hue angle of 183.72º 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 #1B949C is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 148 | 156 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.39 |
| HSL | 183.72º | 0.7% | 0.36% | - |
| HSV(B) | 183.72º | 0.83% | 0.61% | - |
| XYZ | 17.04 | 23.81 | 35.15 | - |
| YUV | 112.73 | 152.41 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 156 | 0.83 | 0.05 | 0 | 0.39 | 183.72 | 0.7 | 0.36 |
| Hex | 1B | 94 | 9C | 53 | 5 | 0 | 27 | B8 | 46 | 24 |
| Octal | 33 | 224 | 234 | 123 | 5 | 0 | 47 | 270 | 106 | 44 |
| Binary | 11011 | 10010100 | 10011100 | 1010011 | 101 | 0 | 100111 | 10111000 | 1000110 | 100100 |
Color Harmonies of #1B949C
Complementary color
Monochromatic Colors of #1B949C
Black with #1B949C
Text Example
Text Example
White with #1B949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B949C; }
p { color: rgb(27,148,156); }
H1.HeaderClassName
{
color: #1B949C;
}
.AnyTagClassName
{
color: #1B949C;
}
</style>
background-color css
<style>
a { background-color: #1B949C; }
a { background-color: rgb(27,148,156); }
div.DivClassName
{
background-color: #1B949C;
}
.BgClassName
{
background-color: #1B949C;
}
</style>
border-color css
<style>
span { border-color: #1B949C; }
span { border-color: rgb(27,148,156); }
td.TdClassName
{
border-color: #1B949C;
}
.TagClassName
{
border-color: #1B949C;
}
</style>