Shades of Java #219191
Tints of Java #219191
RGB
CMYK
RGB Variations
Color information
#219191 (or 0x219191) is known color: Java. HEX triplet: 21, 91 and 91. RGB value is (33,145,145). Sum of RGB (Red+Green+Blue) = 33+145+145=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #219191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219191 is #DE6E6E. Grayscale: #6F6F6F. Windows color (decimal): -14577263 or 9539873. OLE color: 9539873.
HSL color Cylindrical-coordinate representation of color #219191: hue angle of 180º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219191 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 145 | - |
| CMYK | 0.77 | 0 | 0 | 0.43 |
| HSL | 180º | 0.63% | 0.35% | - |
| HSV(B) | 180º | 0.77% | 0.57% | - |
| XYZ | 15.86 | 22.62 | 30.32 | - |
| YUV | 111.51 | 146.89 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 145 | 0.77 | 0 | 0 | 0.43 | 180 | 0.63 | 0.35 |
| Hex | 21 | 91 | 91 | 4D | 0 | 0 | 2B | B4 | 3F | 23 |
| Octal | 41 | 221 | 221 | 115 | 0 | 0 | 53 | 264 | 77 | 43 |
| Binary | 100001 | 10010001 | 10010001 | 1001101 | 0 | 0 | 101011 | 10110100 | 111111 | 100011 |
Color Harmonies of #219191
Complementary color
Monochromatic Colors of #219191
Black with #219191
Text Example
Text Example
White with #219191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219191; }
p { color: rgb(33,145,145); }
H1.HeaderClassName
{
color: #219191;
}
.AnyTagClassName
{
color: #219191;
}
</style>
background-color css
<style>
a { background-color: #219191; }
a { background-color: rgb(33,145,145); }
div.DivClassName
{
background-color: #219191;
}
.BgClassName
{
background-color: #219191;
}
</style>
border-color css
<style>
span { border-color: #219191; }
span { border-color: rgb(33,145,145); }
td.TdClassName
{
border-color: #219191;
}
.TagClassName
{
border-color: #219191;
}
</style>