#20165B

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

Shades of Paua #20165B

Tints of Paua #20165B

Color information

#20165B (or 0x20165B) is unknown color: approx Paua. HEX triplet: 20, 16 and 5B. RGB value is (32,22,91). Sum of RGB (Red+Green+Blue) = 32+22+91=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #20165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20165B is #DFE9A4. Grayscale: #202020. Windows color (decimal): -14674341 or 5969440. OLE color: 5969440.

HSL color Cylindrical-coordinate representation of color #20165B: hue angle of 248.7º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20165B is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB322291-
CMYK0.650.7600.64
HSL248.7º61.06%22.16%-
HSV(B)248.7º75.82%35.69%-
XYZ2.771.6410.07-
YUV32.86160.81127.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 91 (35.94% from 255) = 62.76%
R=22.07%
G=15.17%
B=62.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3222910.650.7600.64248.761.0622.16
Hex20165B414C040f93d16
Octal402613310111401003717526
Binary10000010110101101110000011001100010000001111100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20165B; }

 p { color: rgb(32,22,91); }

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

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

 a { background-color: rgb(32,22,91); }

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

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

 span { border-color: rgb(32,22,91); }

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