#20135D

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

Shades of Paua #20135D

Tints of Paua #20135D

Color information

#20135D (or 0x20135D) is unknown color: approx Paua. HEX triplet: 20, 13 and 5D. RGB value is (32,19,93). Sum of RGB (Red+Green+Blue) = 32+19+93=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #20135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20135D is #DFECA2. Grayscale: #1F1F1F. Windows color (decimal): -14675107 or 6099744. OLE color: 6099744.

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

Color convert

RGB321993-
CMYK0.660.8000.64
HSL250.54º66.07%21.96%-
HSV(B)250.54º79.57%36.47%-
XYZ2.81.5610.51-
YUV31.32162.81128.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.22%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=22.22%
G=13.19%
B=64.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3219930.660.8000.64250.5466.0721.96
Hex20135D4250040fb4216
Octal4023135102120010037310226
Binary100000100111011101100001010100000100000011111011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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