Shades of Java #219089
Tints of Java #219089
RGB
CMYK
RGB Variations
Color information
#219089 (or 0x219089) is known color: Java. HEX triplet: 21, 90 and 89. RGB value is (33,144,137). Sum of RGB (Red+Green+Blue) = 33+144+137=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #219089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219089 is #DE6F76. Grayscale: #6D6D6D. Windows color (decimal): -14577527 or 9015329. OLE color: 9015329.
HSL color Cylindrical-coordinate representation of color #219089: hue angle of 176.22º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219089 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 137 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.44 |
| HSL | 176.22º | 0.63% | 0.35% | - |
| HSV(B) | 176.22º | 0.77% | 0.56% | - |
| XYZ | 15.12 | 22.08 | 27.13 | - |
| YUV | 110.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 137 | 0.77 | 0 | 0.05 | 0.44 | 176.22 | 0.63 | 0.35 |
| Hex | 21 | 90 | 89 | 4D | 0 | 5 | 2C | B0 | 3F | 23 |
| Octal | 41 | 220 | 211 | 115 | 0 | 5 | 54 | 260 | 77 | 43 |
| Binary | 100001 | 10010000 | 10001001 | 1001101 | 0 | 101 | 101100 | 10110000 | 111111 | 100011 |
Color Harmonies of #219089
Complementary color
Monochromatic Colors of #219089
Black with #219089
Text Example
Text Example
White with #219089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219089; }
p { color: rgb(33,144,137); }
H1.HeaderClassName
{
color: #219089;
}
.AnyTagClassName
{
color: #219089;
}
</style>
background-color css
<style>
a { background-color: #219089; }
a { background-color: rgb(33,144,137); }
div.DivClassName
{
background-color: #219089;
}
.BgClassName
{
background-color: #219089;
}
</style>
border-color css
<style>
span { border-color: #219089; }
span { border-color: rgb(33,144,137); }
td.TdClassName
{
border-color: #219089;
}
.TagClassName
{
border-color: #219089;
}
</style>