Shades of Java #219091
Tints of Java #219091
RGB
CMYK
RGB Variations
Color information
#219091 (or 0x219091) is known color: Java. HEX triplet: 21, 90 and 91. RGB value is (33,144,145). Sum of RGB (Red+Green+Blue) = 33+144+145=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #219091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219091 is #DE6F6E. Grayscale: #6E6E6E. Windows color (decimal): -14577519 or 9539617. OLE color: 9539617.
HSL color Cylindrical-coordinate representation of color #219091: hue angle of 180.54º 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 #219091 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 144 | 145 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.43 |
| HSL | 180.54º | 0.63% | 0.35% | - |
| HSV(B) | 180.54º | 0.77% | 0.57% | - |
| XYZ | 15.71 | 22.31 | 30.27 | - |
| YUV | 110.93 | 147.23 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 145 | 0.77 | 0.01 | 0 | 0.43 | 180.54 | 0.63 | 0.35 |
| Hex | 21 | 90 | 91 | 4D | 1 | 0 | 2B | B5 | 3F | 23 |
| Octal | 41 | 220 | 221 | 115 | 1 | 0 | 53 | 265 | 77 | 43 |
| Binary | 100001 | 10010000 | 10010001 | 1001101 | 1 | 0 | 101011 | 10110101 | 111111 | 100011 |
Color Harmonies of #219091
Complementary color
Monochromatic Colors of #219091
Black with #219091
Text Example
Text Example
White with #219091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219091; }
p { color: rgb(33,144,145); }
H1.HeaderClassName
{
color: #219091;
}
.AnyTagClassName
{
color: #219091;
}
</style>
background-color css
<style>
a { background-color: #219091; }
a { background-color: rgb(33,144,145); }
div.DivClassName
{
background-color: #219091;
}
.BgClassName
{
background-color: #219091;
}
</style>
border-color css
<style>
span { border-color: #219091; }
span { border-color: rgb(33,144,145); }
td.TdClassName
{
border-color: #219091;
}
.TagClassName
{
border-color: #219091;
}
</style>