Shades of Java #219082
Tints of Java #219082
RGB
CMYK
RGB Variations
Color information
#219082 (or 0x219082) is known color: Java. HEX triplet: 21, 90 and 82. RGB value is (33,144,130). Sum of RGB (Red+Green+Blue) = 33+144+130=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #219082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219082 is #DE6F7D. Grayscale: #6D6D6D. Windows color (decimal): -14577534 or 8556577. OLE color: 8556577.
HSL color Cylindrical-coordinate representation of color #219082: hue angle of 172.43º 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 #219082 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 130 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.44 |
| HSL | 172.43º | 0.63% | 0.35% | - |
| HSV(B) | 172.43º | 0.77% | 0.56% | - |
| XYZ | 14.63 | 21.88 | 24.57 | - |
| YUV | 109.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 130 | 0.77 | 0 | 0.10 | 0.44 | 172.43 | 0.63 | 0.35 |
| Hex | 21 | 90 | 82 | 4D | 0 | A | 2C | AC | 3F | 23 |
| Octal | 41 | 220 | 202 | 115 | 0 | 12 | 54 | 254 | 77 | 43 |
| Binary | 100001 | 10010000 | 10000010 | 1001101 | 0 | 1010 | 101100 | 10101100 | 111111 | 100011 |
Color Harmonies of #219082
Complementary color
Monochromatic Colors of #219082
Black with #219082
Text Example
Text Example
White with #219082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219082; }
p { color: rgb(33,144,130); }
H1.HeaderClassName
{
color: #219082;
}
.AnyTagClassName
{
color: #219082;
}
</style>
background-color css
<style>
a { background-color: #219082; }
a { background-color: rgb(33,144,130); }
div.DivClassName
{
background-color: #219082;
}
.BgClassName
{
background-color: #219082;
}
</style>
border-color css
<style>
span { border-color: #219082; }
span { border-color: rgb(33,144,130); }
td.TdClassName
{
border-color: #219082;
}
.TagClassName
{
border-color: #219082;
}
</style>