#20155B

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

Shades of Paua #20155B

Tints of Paua #20155B

Color information

#20155B (or 0x20155B) is unknown color: approx Paua. HEX triplet: 20, 15 and 5B. RGB value is (32,21,91). Sum of RGB (Red+Green+Blue) = 32+21+91=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #20155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20155B is #DFEAA4. Grayscale: #202020. Windows color (decimal): -14674597 or 5969184. OLE color: 5969184.

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

Color convert

RGB322191-
CMYK0.650.7700.64
HSL249.43º62.5%21.96%-
HSV(B)249.43º76.92%35.69%-
XYZ2.751.610.06-
YUV32.27161.14127.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.22%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 91 (35.94% from 255) = 63.19%
R=22.22%
G=14.58%
B=63.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3221910.650.7700.64249.4362.521.96
Hex20155B414D040f93e16
Octal402513310111501003717626
Binary10000010101101101110000011001101010000001111100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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