Shades of Java #168A9A
Tints of Java #168A9A
RGB
CMYK
RGB Variations
Color information
#168A9A (or 0x168A9A) is known color: Java. HEX triplet: 16, 8A and 9A. RGB value is (22,138,154). Sum of RGB (Red+Green+Blue) = 22+138+154=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #168A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168A9A is #E97565. Grayscale: #686868. Windows color (decimal): -15299942 or 10127894. OLE color: 10127894.
HSL color Cylindrical-coordinate representation of color #168A9A: hue angle of 187.27º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168A9A is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 138 | 154 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.40 |
| HSL | 187.27º | 0.75% | 0.35% | - |
| HSV(B) | 187.27º | 0.86% | 0.6% | - |
| XYZ | 15.25 | 20.68 | 33.76 | - |
| YUV | 105.14 | 155.57 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 154 | 0.86 | 0.10 | 0 | 0.40 | 187.27 | 0.75 | 0.35 |
| Hex | 16 | 8A | 9A | 56 | A | 0 | 28 | BB | 4B | 23 |
| Octal | 26 | 212 | 232 | 126 | 12 | 0 | 50 | 273 | 113 | 43 |
| Binary | 10110 | 10001010 | 10011010 | 1010110 | 1010 | 0 | 101000 | 10111011 | 1001011 | 100011 |
Color Harmonies of #168A9A
Complementary color
Monochromatic Colors of #168A9A
Black with #168A9A
Text Example
Text Example
White with #168A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A9A; }
p { color: rgb(22,138,154); }
H1.HeaderClassName
{
color: #168A9A;
}
.AnyTagClassName
{
color: #168A9A;
}
</style>
background-color css
<style>
a { background-color: #168A9A; }
a { background-color: rgb(22,138,154); }
div.DivClassName
{
background-color: #168A9A;
}
.BgClassName
{
background-color: #168A9A;
}
</style>
border-color css
<style>
span { border-color: #168A9A; }
span { border-color: rgb(22,138,154); }
td.TdClassName
{
border-color: #168A9A;
}
.TagClassName
{
border-color: #168A9A;
}
</style>