Shades of Java #219098
Tints of Java #219098
RGB
CMYK
RGB Variations
Color information
#219098 (or 0x219098) is known color: Java. HEX triplet: 21, 90 and 98. RGB value is (33,144,152). Sum of RGB (Red+Green+Blue) = 33+144+152=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #219098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219098 is #DE6F67. Grayscale: #6F6F6F. Windows color (decimal): -14577512 or 9998369. OLE color: 9998369.
HSL color Cylindrical-coordinate representation of color #219098: hue angle of 184.03º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219098 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 144 | 152 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.40 |
| HSL | 184.03º | 0.64% | 0.36% | - |
| HSV(B) | 184.03º | 0.78% | 0.6% | - |
| XYZ | 16.27 | 22.54 | 33.2 | - |
| YUV | 111.72 | 150.73 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 152 | 0.78 | 0.05 | 0 | 0.40 | 184.03 | 0.64 | 0.36 |
| Hex | 21 | 90 | 98 | 4E | 5 | 0 | 28 | B8 | 40 | 24 |
| Octal | 41 | 220 | 230 | 116 | 5 | 0 | 50 | 270 | 100 | 44 |
| Binary | 100001 | 10010000 | 10011000 | 1001110 | 101 | 0 | 101000 | 10111000 | 1000000 | 100100 |
Color Harmonies of #219098
Complementary color
Monochromatic Colors of #219098
Black with #219098
Text Example
Text Example
White with #219098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219098; }
p { color: rgb(33,144,152); }
H1.HeaderClassName
{
color: #219098;
}
.AnyTagClassName
{
color: #219098;
}
</style>
background-color css
<style>
a { background-color: #219098; }
a { background-color: rgb(33,144,152); }
div.DivClassName
{
background-color: #219098;
}
.BgClassName
{
background-color: #219098;
}
</style>
border-color css
<style>
span { border-color: #219098; }
span { border-color: rgb(33,144,152); }
td.TdClassName
{
border-color: #219098;
}
.TagClassName
{
border-color: #219098;
}
</style>