Shades of Java #219095
Tints of Java #219095
RGB
CMYK
RGB Variations
Color information
#219095 (or 0x219095) is known color: Java. HEX triplet: 21, 90 and 95. RGB value is (33,144,149). Sum of RGB (Red+Green+Blue) = 33+144+149=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #219095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219095 is #DE6F6A. Grayscale: #6F6F6F. Windows color (decimal): -14577515 or 9801761. OLE color: 9801761.
HSL color Cylindrical-coordinate representation of color #219095: hue angle of 182.59º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219095 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 144 | 149 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.42 |
| HSL | 182.59º | 0.64% | 0.36% | - |
| HSV(B) | 182.59º | 0.78% | 0.58% | - |
| XYZ | 16.03 | 22.44 | 31.92 | - |
| YUV | 111.38 | 149.23 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 149 | 0.78 | 0.03 | 0 | 0.42 | 182.59 | 0.64 | 0.36 |
| Hex | 21 | 90 | 95 | 4E | 3 | 0 | 2A | B7 | 40 | 24 |
| Octal | 41 | 220 | 225 | 116 | 3 | 0 | 52 | 267 | 100 | 44 |
| Binary | 100001 | 10010000 | 10010101 | 1001110 | 11 | 0 | 101010 | 10110111 | 1000000 | 100100 |
Color Harmonies of #219095
Complementary color
Monochromatic Colors of #219095
Black with #219095
Text Example
Text Example
White with #219095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219095; }
p { color: rgb(33,144,149); }
H1.HeaderClassName
{
color: #219095;
}
.AnyTagClassName
{
color: #219095;
}
</style>
background-color css
<style>
a { background-color: #219095; }
a { background-color: rgb(33,144,149); }
div.DivClassName
{
background-color: #219095;
}
.BgClassName
{
background-color: #219095;
}
</style>
border-color css
<style>
span { border-color: #219095; }
span { border-color: rgb(33,144,149); }
td.TdClassName
{
border-color: #219095;
}
.TagClassName
{
border-color: #219095;
}
</style>