Shades of Java #169293
Tints of Java #169293
RGB
CMYK
RGB Variations
Color information
#169293 (or 0x169293) is known color: Java. HEX triplet: 16, 92 and 93. RGB value is (22,146,147). Sum of RGB (Red+Green+Blue) = 22+146+147=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #169293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169293 is #E96D6C. Grayscale: #6C6C6C. Windows color (decimal): -15297901 or 9671190. OLE color: 9671190.
HSL color Cylindrical-coordinate representation of color #169293: hue angle of 180.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169293 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 146 | 147 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.42 |
| HSL | 180.48º | 0.74% | 0.33% | - |
| HSV(B) | 180.48º | 0.85% | 0.58% | - |
| XYZ | 15.88 | 22.83 | 31.17 | - |
| YUV | 109.04 | 149.42 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 147 | 0.85 | 0.01 | 0 | 0.42 | 180.48 | 0.74 | 0.33 |
| Hex | 16 | 92 | 93 | 55 | 1 | 0 | 2A | B4 | 4A | 21 |
| Octal | 26 | 222 | 223 | 125 | 1 | 0 | 52 | 264 | 112 | 41 |
| Binary | 10110 | 10010010 | 10010011 | 1010101 | 1 | 0 | 101010 | 10110100 | 1001010 | 100001 |
Color Harmonies of #169293
Complementary color
Monochromatic Colors of #169293
Black with #169293
Text Example
Text Example
White with #169293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169293; }
p { color: rgb(22,146,147); }
H1.HeaderClassName
{
color: #169293;
}
.AnyTagClassName
{
color: #169293;
}
</style>
background-color css
<style>
a { background-color: #169293; }
a { background-color: rgb(22,146,147); }
div.DivClassName
{
background-color: #169293;
}
.BgClassName
{
background-color: #169293;
}
</style>
border-color css
<style>
span { border-color: #169293; }
span { border-color: rgb(22,146,147); }
td.TdClassName
{
border-color: #169293;
}
.TagClassName
{
border-color: #169293;
}
</style>