Shades of Java #219485
Tints of Java #219485
RGB
CMYK
RGB Variations
Color information
#219485 (or 0x219485) is known color: Java. HEX triplet: 21, 94 and 85. RGB value is (33,148,133). Sum of RGB (Red+Green+Blue) = 33+148+133=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #219485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219485 is #DE6B7A. Grayscale: #6F6F6F. Windows color (decimal): -14576507 or 8754209. OLE color: 8754209.
HSL color Cylindrical-coordinate representation of color #219485: hue angle of 172.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219485 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 133 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.42 |
| HSL | 172.17º | 0.64% | 0.35% | - |
| HSV(B) | 172.17º | 0.78% | 0.58% | - |
| XYZ | 15.45 | 23.2 | 25.85 | - |
| YUV | 111.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 133 | 0.78 | 0 | 0.10 | 0.42 | 172.17 | 0.64 | 0.35 |
| Hex | 21 | 94 | 85 | 4E | 0 | A | 2A | AC | 40 | 23 |
| Octal | 41 | 224 | 205 | 116 | 0 | 12 | 52 | 254 | 100 | 43 |
| Binary | 100001 | 10010100 | 10000101 | 1001110 | 0 | 1010 | 101010 | 10101100 | 1000000 | 100011 |
Color Harmonies of #219485
Complementary color
Monochromatic Colors of #219485
Black with #219485
Text Example
Text Example
White with #219485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219485; }
p { color: rgb(33,148,133); }
H1.HeaderClassName
{
color: #219485;
}
.AnyTagClassName
{
color: #219485;
}
</style>
background-color css
<style>
a { background-color: #219485; }
a { background-color: rgb(33,148,133); }
div.DivClassName
{
background-color: #219485;
}
.BgClassName
{
background-color: #219485;
}
</style>
border-color css
<style>
span { border-color: #219485; }
span { border-color: rgb(33,148,133); }
td.TdClassName
{
border-color: #219485;
}
.TagClassName
{
border-color: #219485;
}
</style>