#20707F

Color #20707F Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #20707F

Tints of Allports #20707F

Color information

#20707F (or 0x20707F) is unknown color: approx Allports. HEX triplet: 20, 70 and 7F. RGB value is (32,112,127). Sum of RGB (Red+Green+Blue) = 32+112+127=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #20707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20707F is #DF8F80. Grayscale: #595959. Windows color (decimal): -14651265 or 8351776. OLE color: 8351776.

HSL color Cylindrical-coordinate representation of color #20707F: hue angle of 189.47º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20707F is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB32112127-
CMYK0.750.1200.50
HSL189.47º59.75%31.18%-
HSV(B)189.47º74.8%49.8%-
XYZ10.2213.4322.13-
YUV89.7914986.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 127 (50% from 255) = 46.86%
R=11.81%
G=41.33%
B=46.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321121270.750.1200.50189.4759.7531.18
Hex20707F4BC032bd3c1f
Octal40160177113140622757437
Binary100000111000011111111001011110001100101011110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20707F; }

 p { color: rgb(32,112,127); }

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

<style>
 a { background-color: #20707F; }

 a { background-color: rgb(32,112,127); }

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

<style>
 span { border-color: #20707F; }

 span { border-color: rgb(32,112,127); }

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