Shades of Java #16919F
Tints of Java #16919F
RGB
CMYK
RGB Variations
Color information
#16919F (or 0x16919F) is known color: Java. HEX triplet: 16, 91 and 9F. RGB value is (22,145,159). Sum of RGB (Red+Green+Blue) = 22+145+159=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #16919F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16919F is #E96E60. Grayscale: #6D6D6D. Windows color (decimal): -15298145 or 10457366. OLE color: 10457366.
HSL color Cylindrical-coordinate representation of color #16919F: hue angle of 186.13º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16919F is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 145 | 159 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.38 |
| HSL | 186.13º | 0.76% | 0.35% | - |
| HSV(B) | 186.13º | 0.86% | 0.62% | - |
| XYZ | 16.71 | 22.92 | 36.34 | - |
| YUV | 109.82 | 155.75 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 159 | 0.86 | 0.09 | 0 | 0.38 | 186.13 | 0.76 | 0.35 |
| Hex | 16 | 91 | 9F | 56 | 9 | 0 | 26 | BA | 4C | 23 |
| Octal | 26 | 221 | 237 | 126 | 11 | 0 | 46 | 272 | 114 | 43 |
| Binary | 10110 | 10010001 | 10011111 | 1010110 | 1001 | 0 | 100110 | 10111010 | 1001100 | 100011 |
Color Harmonies of #16919F
Complementary color
Monochromatic Colors of #16919F
Black with #16919F
Text Example
Text Example
White with #16919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16919F; }
p { color: rgb(22,145,159); }
H1.HeaderClassName
{
color: #16919F;
}
.AnyTagClassName
{
color: #16919F;
}
</style>
background-color css
<style>
a { background-color: #16919F; }
a { background-color: rgb(22,145,159); }
div.DivClassName
{
background-color: #16919F;
}
.BgClassName
{
background-color: #16919F;
}
</style>
border-color css
<style>
span { border-color: #16919F; }
span { border-color: rgb(22,145,159); }
td.TdClassName
{
border-color: #16919F;
}
.TagClassName
{
border-color: #16919F;
}
</style>