Shades of Java #219489
Tints of Java #219489
RGB
CMYK
RGB Variations
Color information
#219489 (or 0x219489) is known color: Java. HEX triplet: 21, 94 and 89. RGB value is (33,148,137). Sum of RGB (Red+Green+Blue) = 33+148+137=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #219489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219489 is #DE6B76. Grayscale: #707070. Windows color (decimal): -14576503 or 9016353. OLE color: 9016353.
HSL color Cylindrical-coordinate representation of color #219489: hue angle of 174.26º 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 #219489 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 137 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.42 |
| HSL | 174.26º | 0.64% | 0.35% | - |
| HSV(B) | 174.26º | 0.78% | 0.58% | - |
| XYZ | 15.73 | 23.31 | 27.34 | - |
| YUV | 112.36 | 141.9 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 137 | 0.78 | 0 | 0.07 | 0.42 | 174.26 | 0.64 | 0.35 |
| Hex | 21 | 94 | 89 | 4E | 0 | 7 | 2A | AE | 40 | 23 |
| Octal | 41 | 224 | 211 | 116 | 0 | 7 | 52 | 256 | 100 | 43 |
| Binary | 100001 | 10010100 | 10001001 | 1001110 | 0 | 111 | 101010 | 10101110 | 1000000 | 100011 |
Color Harmonies of #219489
Complementary color
Monochromatic Colors of #219489
Black with #219489
Text Example
Text Example
White with #219489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219489; }
p { color: rgb(33,148,137); }
H1.HeaderClassName
{
color: #219489;
}
.AnyTagClassName
{
color: #219489;
}
</style>
background-color css
<style>
a { background-color: #219489; }
a { background-color: rgb(33,148,137); }
div.DivClassName
{
background-color: #219489;
}
.BgClassName
{
background-color: #219489;
}
</style>
border-color css
<style>
span { border-color: #219489; }
span { border-color: rgb(33,148,137); }
td.TdClassName
{
border-color: #219489;
}
.TagClassName
{
border-color: #219489;
}
</style>