Shades of Java #219597
Tints of Java #219597
RGB
CMYK
RGB Variations
Color information
#219597 (or 0x219597) is known color: Java. HEX triplet: 21, 95 and 97. RGB value is (33,149,151). Sum of RGB (Red+Green+Blue) = 33+149+151=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #219597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219597 is #DE6A68. Grayscale: #727272. Windows color (decimal): -14576233 or 9934113. OLE color: 9934113.
HSL color Cylindrical-coordinate representation of color #219597: hue angle of 181.02º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219597 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 149 | 151 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.41 |
| HSL | 181.02º | 0.64% | 0.36% | - |
| HSV(B) | 181.02º | 0.78% | 0.59% | - |
| XYZ | 16.96 | 24.05 | 33.03 | - |
| YUV | 114.54 | 148.57 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 151 | 0.78 | 0.01 | 0 | 0.41 | 181.02 | 0.64 | 0.36 |
| Hex | 21 | 95 | 97 | 4E | 1 | 0 | 29 | B5 | 40 | 24 |
| Octal | 41 | 225 | 227 | 116 | 1 | 0 | 51 | 265 | 100 | 44 |
| Binary | 100001 | 10010101 | 10010111 | 1001110 | 1 | 0 | 101001 | 10110101 | 1000000 | 100100 |
Color Harmonies of #219597
Complementary color
Monochromatic Colors of #219597
Black with #219597
Text Example
Text Example
White with #219597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219597; }
p { color: rgb(33,149,151); }
H1.HeaderClassName
{
color: #219597;
}
.AnyTagClassName
{
color: #219597;
}
</style>
background-color css
<style>
a { background-color: #219597; }
a { background-color: rgb(33,149,151); }
div.DivClassName
{
background-color: #219597;
}
.BgClassName
{
background-color: #219597;
}
</style>
border-color css
<style>
span { border-color: #219597; }
span { border-color: rgb(33,149,151); }
td.TdClassName
{
border-color: #219597;
}
.TagClassName
{
border-color: #219597;
}
</style>