#20115D

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

Shades of Paua #20115D

Tints of Paua #20115D

Color information

#20115D (or 0x20115D) is unknown color: approx Paua. HEX triplet: 20, 11 and 5D. RGB value is (32,17,93). Sum of RGB (Red+Green+Blue) = 32+17+93=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #20115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20115D is #DFEEA2. Grayscale: #1D1D1D. Windows color (decimal): -14675619 or 6099232. OLE color: 6099232.

HSL color Cylindrical-coordinate representation of color #20115D: hue angle of 251.84º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20115D is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB321793-
CMYK0.660.8200.64
HSL251.84º69.09%21.57%-
HSV(B)251.84º81.72%36.47%-
XYZ2.771.510.5-
YUV30.15163.47129.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.54%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=22.54%
G=11.97%
B=65.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3217930.660.8200.64251.8469.0921.57
Hex20115D4252040fc4516
Octal4021135102122010037410526
Binary100000100011011101100001010100100100000011111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,17,93); }

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

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

 a { background-color: rgb(32,17,93); }

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

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

 span { border-color: rgb(32,17,93); }

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