Shades of Java #219185
Tints of Java #219185
RGB
CMYK
RGB Variations
Color information
#219185 (or 0x219185) is known color: Java. HEX triplet: 21, 91 and 85. RGB value is (33,145,133). Sum of RGB (Red+Green+Blue) = 33+145+133=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #219185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219185 is #DE6E7A. Grayscale: #6E6E6E. Windows color (decimal): -14577275 or 8753441. OLE color: 8753441.
HSL color Cylindrical-coordinate representation of color #219185: hue angle of 173.57º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219185 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 133 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.43 |
| HSL | 173.57º | 0.63% | 0.35% | - |
| HSV(B) | 173.57º | 0.77% | 0.57% | - |
| XYZ | 14.99 | 22.27 | 25.7 | - |
| YUV | 110.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 133 | 0.77 | 0 | 0.08 | 0.43 | 173.57 | 0.63 | 0.35 |
| Hex | 21 | 91 | 85 | 4D | 0 | 8 | 2B | AE | 3F | 23 |
| Octal | 41 | 221 | 205 | 115 | 0 | 10 | 53 | 256 | 77 | 43 |
| Binary | 100001 | 10010001 | 10000101 | 1001101 | 0 | 1000 | 101011 | 10101110 | 111111 | 100011 |
Color Harmonies of #219185
Complementary color
Monochromatic Colors of #219185
Black with #219185
Text Example
Text Example
White with #219185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219185; }
p { color: rgb(33,145,133); }
H1.HeaderClassName
{
color: #219185;
}
.AnyTagClassName
{
color: #219185;
}
</style>
background-color css
<style>
a { background-color: #219185; }
a { background-color: rgb(33,145,133); }
div.DivClassName
{
background-color: #219185;
}
.BgClassName
{
background-color: #219185;
}
</style>
border-color css
<style>
span { border-color: #219185; }
span { border-color: rgb(33,145,133); }
td.TdClassName
{
border-color: #219185;
}
.TagClassName
{
border-color: #219185;
}
</style>