Shades of Java #219187
Tints of Java #219187
RGB
CMYK
RGB Variations
Color information
#219187 (or 0x219187) is known color: Java. HEX triplet: 21, 91 and 87. RGB value is (33,145,135). Sum of RGB (Red+Green+Blue) = 33+145+135=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #219187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219187 is #DE6E78. Grayscale: #6E6E6E. Windows color (decimal): -14577273 or 8884513. OLE color: 8884513.
HSL color Cylindrical-coordinate representation of color #219187: hue angle of 174.64º 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 #219187 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 135 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.43 |
| HSL | 174.64º | 0.63% | 0.35% | - |
| HSV(B) | 174.64º | 0.77% | 0.57% | - |
| XYZ | 15.13 | 22.32 | 26.43 | - |
| YUV | 110.37 | 141.89 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 135 | 0.77 | 0 | 0.07 | 0.43 | 174.64 | 0.63 | 0.35 |
| Hex | 21 | 91 | 87 | 4D | 0 | 7 | 2B | AF | 3F | 23 |
| Octal | 41 | 221 | 207 | 115 | 0 | 7 | 53 | 257 | 77 | 43 |
| Binary | 100001 | 10010001 | 10000111 | 1001101 | 0 | 111 | 101011 | 10101111 | 111111 | 100011 |
Color Harmonies of #219187
Complementary color
Monochromatic Colors of #219187
Black with #219187
Text Example
Text Example
White with #219187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219187; }
p { color: rgb(33,145,135); }
H1.HeaderClassName
{
color: #219187;
}
.AnyTagClassName
{
color: #219187;
}
</style>
background-color css
<style>
a { background-color: #219187; }
a { background-color: rgb(33,145,135); }
div.DivClassName
{
background-color: #219187;
}
.BgClassName
{
background-color: #219187;
}
</style>
border-color css
<style>
span { border-color: #219187; }
span { border-color: rgb(33,145,135); }
td.TdClassName
{
border-color: #219187;
}
.TagClassName
{
border-color: #219187;
}
</style>