Shades of Java #219FA3
Tints of Java #219FA3
RGB
CMYK
RGB Variations
Color information
#219FA3 (or 0x219FA3) is known color: Java. HEX triplet: 21, 9F and A3. RGB value is (33,159,163). Sum of RGB (Red+Green+Blue) = 33+159+163=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #219FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219FA3 is #DE605C. Grayscale: #797979. Windows color (decimal): -14573661 or 10723105. OLE color: 10723105.
HSL color Cylindrical-coordinate representation of color #219FA3: hue angle of 181.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219FA3 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 159 | 163 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.36 |
| HSL | 181.85º | 0.66% | 0.38% | - |
| HSV(B) | 181.85º | 0.8% | 0.64% | - |
| XYZ | 19.64 | 27.76 | 38.97 | - |
| YUV | 121.78 | 151.26 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 159 | 163 | 0.80 | 0.02 | 0 | 0.36 | 181.85 | 0.66 | 0.38 |
| Hex | 21 | 9F | A3 | 50 | 2 | 0 | 24 | B6 | 42 | 26 |
| Octal | 41 | 237 | 243 | 120 | 2 | 0 | 44 | 266 | 102 | 46 |
| Binary | 100001 | 10011111 | 10100011 | 1010000 | 10 | 0 | 100100 | 10110110 | 1000010 | 100110 |
Color Harmonies of #219FA3
Complementary color
Monochromatic Colors of #219FA3
Black with #219FA3
Text Example
Text Example
White with #219FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219FA3; }
p { color: rgb(33,159,163); }
H1.HeaderClassName
{
color: #219FA3;
}
.AnyTagClassName
{
color: #219FA3;
}
</style>
background-color css
<style>
a { background-color: #219FA3; }
a { background-color: rgb(33,159,163); }
div.DivClassName
{
background-color: #219FA3;
}
.BgClassName
{
background-color: #219FA3;
}
</style>
border-color css
<style>
span { border-color: #219FA3; }
span { border-color: rgb(33,159,163); }
td.TdClassName
{
border-color: #219FA3;
}
.TagClassName
{
border-color: #219FA3;
}
</style>