Shades of Java #169093
Tints of Java #169093
RGB
CMYK
RGB Variations
Color information
#169093 (or 0x169093) is known color: Java. HEX triplet: 16, 90 and 93. RGB value is (22,144,147). Sum of RGB (Red+Green+Blue) = 22+144+147=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #169093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169093 is #E96F6C. Grayscale: #6B6B6B. Windows color (decimal): -15298413 or 9670678. OLE color: 9670678.
HSL color Cylindrical-coordinate representation of color #169093: hue angle of 181.44º 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 #169093 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 144 | 147 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.42 |
| HSL | 181.44º | 0.74% | 0.33% | - |
| HSV(B) | 181.44º | 0.85% | 0.58% | - |
| XYZ | 15.57 | 22.22 | 31.07 | - |
| YUV | 107.86 | 150.08 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 147 | 0.85 | 0.02 | 0 | 0.42 | 181.44 | 0.74 | 0.33 |
| Hex | 16 | 90 | 93 | 55 | 2 | 0 | 2A | B5 | 4A | 21 |
| Octal | 26 | 220 | 223 | 125 | 2 | 0 | 52 | 265 | 112 | 41 |
| Binary | 10110 | 10010000 | 10010011 | 1010101 | 10 | 0 | 101010 | 10110101 | 1001010 | 100001 |
Color Harmonies of #169093
Complementary color
Monochromatic Colors of #169093
Black with #169093
Text Example
Text Example
White with #169093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169093; }
p { color: rgb(22,144,147); }
H1.HeaderClassName
{
color: #169093;
}
.AnyTagClassName
{
color: #169093;
}
</style>
background-color css
<style>
a { background-color: #169093; }
a { background-color: rgb(22,144,147); }
div.DivClassName
{
background-color: #169093;
}
.BgClassName
{
background-color: #169093;
}
</style>
border-color css
<style>
span { border-color: #169093; }
span { border-color: rgb(22,144,147); }
td.TdClassName
{
border-color: #169093;
}
.TagClassName
{
border-color: #169093;
}
</style>