#201056

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

Shades of Paua #201056

Tints of Paua #201056

Color information

#201056 (or 0x201056) is unknown color: approx Paua. HEX triplet: 20, 10 and 56. RGB value is (32,16,86). Sum of RGB (Red+Green+Blue) = 32+16+86=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 86 (33.98% from 255 or 64.18% from 134); Max value from RGB is 86 - color contains mainly: blue. Hex color #201056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201056 is #DFEFA9. Grayscale: #1C1C1C. Windows color (decimal): -14675882 or 5640224. OLE color: 5640224.

HSL color Cylindrical-coordinate representation of color #201056: hue angle of 253.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201056 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB321686-
CMYK0.630.8100.66
HSL253.71º68.63%20%-
HSV(B)253.71º81.4%33.73%-
XYZ2.461.358.93-
YUV28.76160.3130.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 86 (33.98% from 255) = 64.18%
R=23.88%
G=11.94%
B=64.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3216860.630.8100.66253.7168.6320
Hex2010563F51042fe4514
Octal402012677121010237610524
Binary10000010000101011011111110100010100001011111110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201056; }

 p { color: rgb(32,16,86); }

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

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

 a { background-color: rgb(32,16,86); }

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

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

 span { border-color: rgb(32,16,86); }

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