Shades of Java #219094
Tints of Java #219094
RGB
CMYK
RGB Variations
Color information
#219094 (or 0x219094) is known color: Java. HEX triplet: 21, 90 and 94. RGB value is (33,144,148). Sum of RGB (Red+Green+Blue) = 33+144+148=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #219094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219094 is #DE6F6B. Grayscale: #6F6F6F. Windows color (decimal): -14577516 or 9736225. OLE color: 9736225.
HSL color Cylindrical-coordinate representation of color #219094: hue angle of 182.09º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219094 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 144 | 148 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.42 |
| HSL | 182.09º | 0.64% | 0.35% | - |
| HSV(B) | 182.09º | 0.78% | 0.58% | - |
| XYZ | 15.95 | 22.41 | 31.5 | - |
| YUV | 111.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 148 | 0.78 | 0.03 | 0 | 0.42 | 182.09 | 0.64 | 0.35 |
| Hex | 21 | 90 | 94 | 4E | 3 | 0 | 2A | B6 | 40 | 23 |
| Octal | 41 | 220 | 224 | 116 | 3 | 0 | 52 | 266 | 100 | 43 |
| Binary | 100001 | 10010000 | 10010100 | 1001110 | 11 | 0 | 101010 | 10110110 | 1000000 | 100011 |
Color Harmonies of #219094
Complementary color
Monochromatic Colors of #219094
Black with #219094
Text Example
Text Example
White with #219094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219094; }
p { color: rgb(33,144,148); }
H1.HeaderClassName
{
color: #219094;
}
.AnyTagClassName
{
color: #219094;
}
</style>
background-color css
<style>
a { background-color: #219094; }
a { background-color: rgb(33,144,148); }
div.DivClassName
{
background-color: #219094;
}
.BgClassName
{
background-color: #219094;
}
</style>
border-color css
<style>
span { border-color: #219094; }
span { border-color: rgb(33,144,148); }
td.TdClassName
{
border-color: #219094;
}
.TagClassName
{
border-color: #219094;
}
</style>