#20868D

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

Shades of Java #20868D

Tints of Java #20868D

Color information

#20868D (or 0x20868D) is unknown color: approx Java. HEX triplet: 20, 86 and 8D. RGB value is (32,134,141). Sum of RGB (Red+Green+Blue) = 32+134+141=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #20868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20868D is #DF7972. Grayscale: #686868. Windows color (decimal): -14645619 or 9274912. OLE color: 9274912.

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

Color convert

RGB32134141-
CMYK0.770.0500.45
HSL183.85º63.01%33.92%-
HSV(B)183.85º77.3%55.29%-
XYZ13.9319.2828.19-
YUV104.3148.7176.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.42%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=10.42%
G=43.65%
B=45.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321341410.770.0500.45183.8563.0133.92
Hex20868D4D502Db83f22
Octal4020621511550552707742
Binary10000010000110100011011001101101010110110111000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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