Shades of Java #169BA4
Tints of Java #169BA4
RGB
CMYK
RGB Variations
Color information
#169BA4 (or 0x169BA4) is known color: Java. HEX triplet: 16, 9B and A4. RGB value is (22,155,164). Sum of RGB (Red+Green+Blue) = 22+155+164=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #169BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169BA4 is #E9645B. Grayscale: #747474. Windows color (decimal): -15295580 or 10787606. OLE color: 10787606.
HSL color Cylindrical-coordinate representation of color #169BA4: hue angle of 183.8º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #169BA4 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 155 | 164 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.36 |
| HSL | 183.8º | 0.76% | 0.36% | - |
| HSV(B) | 183.8º | 0.87% | 0.64% | - |
| XYZ | 18.75 | 26.29 | 39.21 | - |
| YUV | 116.26 | 154.94 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 155 | 164 | 0.87 | 0.05 | 0 | 0.36 | 183.8 | 0.76 | 0.36 |
| Hex | 16 | 9B | A4 | 57 | 5 | 0 | 24 | B8 | 4C | 24 |
| Octal | 26 | 233 | 244 | 127 | 5 | 0 | 44 | 270 | 114 | 44 |
| Binary | 10110 | 10011011 | 10100100 | 1010111 | 101 | 0 | 100100 | 10111000 | 1001100 | 100100 |
Color Harmonies of #169BA4
Complementary color
Monochromatic Colors of #169BA4
Black with #169BA4
Text Example
Text Example
White with #169BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169BA4; }
p { color: rgb(22,155,164); }
H1.HeaderClassName
{
color: #169BA4;
}
.AnyTagClassName
{
color: #169BA4;
}
</style>
background-color css
<style>
a { background-color: #169BA4; }
a { background-color: rgb(22,155,164); }
div.DivClassName
{
background-color: #169BA4;
}
.BgClassName
{
background-color: #169BA4;
}
</style>
border-color css
<style>
span { border-color: #169BA4; }
span { border-color: rgb(22,155,164); }
td.TdClassName
{
border-color: #169BA4;
}
.TagClassName
{
border-color: #169BA4;
}
</style>