Shades of Java #1B969C
Tints of Java #1B969C
RGB
CMYK
RGB Variations
Color information
#1B969C (or 0x1B969C) is known color: Java. HEX triplet: 1B, 96 and 9C. RGB value is (27,150,156). Sum of RGB (Red+Green+Blue) = 27+150+156=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B969C is #E46963. Grayscale: #717171. Windows color (decimal): -14969188 or 10262043. OLE color: 10262043.
HSL color Cylindrical-coordinate representation of color #1B969C: hue angle of 182.79º 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 #1B969C is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 150 | 156 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.39 |
| HSL | 182.79º | 0.7% | 0.36% | - |
| HSV(B) | 182.79º | 0.83% | 0.61% | - |
| XYZ | 17.36 | 24.45 | 35.26 | - |
| YUV | 113.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 150 | 156 | 0.83 | 0.04 | 0 | 0.39 | 182.79 | 0.7 | 0.36 |
| Hex | 1B | 96 | 9C | 53 | 4 | 0 | 27 | B7 | 46 | 24 |
| Octal | 33 | 226 | 234 | 123 | 4 | 0 | 47 | 267 | 106 | 44 |
| Binary | 11011 | 10010110 | 10011100 | 1010011 | 100 | 0 | 100111 | 10110111 | 1000110 | 100100 |
Color Harmonies of #1B969C
Complementary color
Monochromatic Colors of #1B969C
Black with #1B969C
Text Example
Text Example
White with #1B969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B969C; }
p { color: rgb(27,150,156); }
H1.HeaderClassName
{
color: #1B969C;
}
.AnyTagClassName
{
color: #1B969C;
}
</style>
background-color css
<style>
a { background-color: #1B969C; }
a { background-color: rgb(27,150,156); }
div.DivClassName
{
background-color: #1B969C;
}
.BgClassName
{
background-color: #1B969C;
}
</style>
border-color css
<style>
span { border-color: #1B969C; }
span { border-color: rgb(27,150,156); }
td.TdClassName
{
border-color: #1B969C;
}
.TagClassName
{
border-color: #1B969C;
}
</style>