#20858D

Color #20858D Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #20858D

Tints of Java #20858D

Color information

#20858D (or 0x20858D) is unknown color: approx Java. HEX triplet: 20, 85 and 8D. RGB value is (32,133,141). Sum of RGB (Red+Green+Blue) = 32+133+141=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #20858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20858D is #DF7A72. Grayscale: #676767. Windows color (decimal): -14645875 or 9274656. OLE color: 9274656.

HSL color Cylindrical-coordinate representation of color #20858D: hue angle of 184.4º 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 #20858D is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB32133141-
CMYK0.770.0600.45
HSL184.4º63.01%33.92%-
HSV(B)184.4º77.3%55.29%-
XYZ13.7919.0128.14-
YUV103.71149.0476.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 10.46%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=10.46%
G=43.46%
B=46.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321331410.770.0600.45184.463.0133.92
Hex20858D4D602Db83f22
Octal4020521511560552707742
Binary10000010000101100011011001101110010110110111000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20858D; }

 p { color: rgb(32,133,141); }

 H1.HeaderClassName
 {
   color: #20858D;
 }
 .AnyTagClassName
 {
   color: #20858D;
 }
</style>
background-color css

<style>
 a { background-color: #20858D; }

 a { background-color: rgb(32,133,141); }

 div.DivClassName
 {
   background-color: #20858D;
 }
 .BgClassName
 {
   background-color: #20858D;
 }
</style>
border-color css

<style>
 span { border-color: #20858D; }

 span { border-color: rgb(32,133,141); }

 td.TdClassName
 {
   border-color: #20858D;
 }
 .TagClassName
 {
   border-color: #20858D;
 }
</style>