Shades of Java #219BA4
Tints of Java #219BA4
RGB
CMYK
RGB Variations
Color information
#219BA4 (or 0x219BA4) is known color: Java. HEX triplet: 21, 9B and A4. RGB value is (33,155,164). Sum of RGB (Red+Green+Blue) = 33+155+164=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #219BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219BA4 is #DE645B. Grayscale: #777777. Windows color (decimal): -14574684 or 10787617. OLE color: 10787617.
HSL color Cylindrical-coordinate representation of color #219BA4: hue angle of 184.12º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219BA4 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 155 | 164 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.36 |
| HSL | 184.12º | 0.66% | 0.39% | - |
| HSV(B) | 184.12º | 0.8% | 0.64% | - |
| XYZ | 19.05 | 26.45 | 39.22 | - |
| YUV | 119.55 | 153.08 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 164 | 0.80 | 0.05 | 0 | 0.36 | 184.12 | 0.66 | 0.39 |
| Hex | 21 | 9B | A4 | 50 | 5 | 0 | 24 | B8 | 42 | 27 |
| Octal | 41 | 233 | 244 | 120 | 5 | 0 | 44 | 270 | 102 | 47 |
| Binary | 100001 | 10011011 | 10100100 | 1010000 | 101 | 0 | 100100 | 10111000 | 1000010 | 100111 |
Color Harmonies of #219BA4
Complementary color
Monochromatic Colors of #219BA4
Black with #219BA4
Text Example
Text Example
White with #219BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BA4; }
p { color: rgb(33,155,164); }
H1.HeaderClassName
{
color: #219BA4;
}
.AnyTagClassName
{
color: #219BA4;
}
</style>
background-color css
<style>
a { background-color: #219BA4; }
a { background-color: rgb(33,155,164); }
div.DivClassName
{
background-color: #219BA4;
}
.BgClassName
{
background-color: #219BA4;
}
</style>
border-color css
<style>
span { border-color: #219BA4; }
span { border-color: rgb(33,155,164); }
td.TdClassName
{
border-color: #219BA4;
}
.TagClassName
{
border-color: #219BA4;
}
</style>