Shades of Java #219199
Tints of Java #219199
RGB
CMYK
RGB Variations
Color information
#219199 (or 0x219199) is known color: Java. HEX triplet: 21, 91 and 99. RGB value is (33,145,153). Sum of RGB (Red+Green+Blue) = 33+145+153=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #219199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219199 is #DE6E66. Grayscale: #707070. Windows color (decimal): -14577255 or 10064161. OLE color: 10064161.
HSL color Cylindrical-coordinate representation of color #219199: hue angle of 184º degrees, saturation: 0.65, 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 #219199 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 145 | 153 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.4 |
| HSL | 184º | 0.65% | 0.36% | - |
| HSV(B) | 184º | 0.78% | 0.6% | - |
| XYZ | 16.5 | 22.87 | 33.68 | - |
| YUV | 112.42 | 150.89 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 153 | 0.78 | 0.05 | 0 | 0.4 | 184 | 0.65 | 0.36 |
| Hex | 21 | 91 | 99 | 4E | 5 | 0 | 28 | B8 | 41 | 24 |
| Octal | 41 | 221 | 231 | 116 | 5 | 0 | 50 | 270 | 101 | 44 |
| Binary | 100001 | 10010001 | 10011001 | 1001110 | 101 | 0 | 101000 | 10111000 | 1000001 | 100100 |
Color Harmonies of #219199
Complementary color
Monochromatic Colors of #219199
Black with #219199
Text Example
Text Example
White with #219199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219199; }
p { color: rgb(33,145,153); }
H1.HeaderClassName
{
color: #219199;
}
.AnyTagClassName
{
color: #219199;
}
</style>
background-color css
<style>
a { background-color: #219199; }
a { background-color: rgb(33,145,153); }
div.DivClassName
{
background-color: #219199;
}
.BgClassName
{
background-color: #219199;
}
</style>
border-color css
<style>
span { border-color: #219199; }
span { border-color: rgb(33,145,153); }
td.TdClassName
{
border-color: #219199;
}
.TagClassName
{
border-color: #219199;
}
</style>