Shades of Java #209BA4
Tints of Java #209BA4
RGB
CMYK
RGB Variations
Color information
#209BA4 (or 0x209BA4) is known color: Java. HEX triplet: 20, 9B and A4. RGB value is (32,155,164). Sum of RGB (Red+Green+Blue) = 32+155+164=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #209BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209BA4 is #DF645B. Grayscale: #777777. Windows color (decimal): -14640220 or 10787616. OLE color: 10787616.
HSL color Cylindrical-coordinate representation of color #209BA4: hue angle of 184.09º degrees, saturation: 0.67, 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 #209BA4 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 155 | 164 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.36 |
| HSL | 184.09º | 0.67% | 0.38% | - |
| HSV(B) | 184.09º | 0.8% | 0.64% | - |
| XYZ | 19.02 | 26.43 | 39.22 | - |
| YUV | 119.25 | 153.25 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 164 | 0.80 | 0.05 | 0 | 0.36 | 184.09 | 0.67 | 0.38 |
| Hex | 20 | 9B | A4 | 50 | 5 | 0 | 24 | B8 | 43 | 26 |
| Octal | 40 | 233 | 244 | 120 | 5 | 0 | 44 | 270 | 103 | 46 |
| Binary | 100000 | 10011011 | 10100100 | 1010000 | 101 | 0 | 100100 | 10111000 | 1000011 | 100110 |
Color Harmonies of #209BA4
Complementary color
Monochromatic Colors of #209BA4
Black with #209BA4
Text Example
Text Example
White with #209BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BA4; }
p { color: rgb(32,155,164); }
H1.HeaderClassName
{
color: #209BA4;
}
.AnyTagClassName
{
color: #209BA4;
}
</style>
background-color css
<style>
a { background-color: #209BA4; }
a { background-color: rgb(32,155,164); }
div.DivClassName
{
background-color: #209BA4;
}
.BgClassName
{
background-color: #209BA4;
}
</style>
border-color css
<style>
span { border-color: #209BA4; }
span { border-color: rgb(32,155,164); }
td.TdClassName
{
border-color: #209BA4;
}
.TagClassName
{
border-color: #209BA4;
}
</style>