Shades of Java #20858B
Tints of Java #20858B
RGB
CMYK
RGB Variations
Color information
#20858B (or 0x20858B) is known color: Java. HEX triplet: 20, 85 and 8B. RGB value is (32,133,139). Sum of RGB (Red+Green+Blue) = 32+133+139=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #20858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20858B is #DF7A74. Grayscale: #676767. Windows color (decimal): -14645877 or 9143584. OLE color: 9143584.
HSL color Cylindrical-coordinate representation of color #20858B: hue angle of 183.36º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20858B is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 133 | 139 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.45 |
| HSL | 183.36º | 0.63% | 0.34% | - |
| HSV(B) | 183.36º | 0.77% | 0.55% | - |
| XYZ | 13.64 | 18.95 | 27.36 | - |
| YUV | 103.49 | 148.04 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 139 | 0.77 | 0.04 | 0 | 0.45 | 183.36 | 0.63 | 0.34 |
| Hex | 20 | 85 | 8B | 4D | 4 | 0 | 2D | B7 | 3F | 22 |
| Octal | 40 | 205 | 213 | 115 | 4 | 0 | 55 | 267 | 77 | 42 |
| Binary | 100000 | 10000101 | 10001011 | 1001101 | 100 | 0 | 101101 | 10110111 | 111111 | 100010 |
Color Harmonies of #20858B
Complementary color
Monochromatic Colors of #20858B
Black with #20858B
Text Example
Text Example
White with #20858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20858B; }
p { color: rgb(32,133,139); }
H1.HeaderClassName
{
color: #20858B;
}
.AnyTagClassName
{
color: #20858B;
}
</style>
background-color css
<style>
a { background-color: #20858B; }
a { background-color: rgb(32,133,139); }
div.DivClassName
{
background-color: #20858B;
}
.BgClassName
{
background-color: #20858B;
}
</style>
border-color css
<style>
span { border-color: #20858B; }
span { border-color: rgb(32,133,139); }
td.TdClassName
{
border-color: #20858B;
}
.TagClassName
{
border-color: #20858B;
}
</style>