#201A5E

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

Shades of Paua #201A5E

Tints of Paua #201A5E

Color information

#201A5E (or 0x201A5E) is unknown color: approx Paua. HEX triplet: 20, 1A and 5E. RGB value is (32,26,94). Sum of RGB (Red+Green+Blue) = 32+26+94=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #201A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A5E is #DFE5A1. Grayscale: #232323. Windows color (decimal): -14673314 or 6167072. OLE color: 6167072.

HSL color Cylindrical-coordinate representation of color #201A5E: hue angle of 245.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201A5E is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB322694-
CMYK0.660.7200.63
HSL245.29º56.67%23.53%-
HSV(B)245.29º72.34%36.86%-
XYZ2.991.8510.79-
YUV35.55160.99125.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 94 (37.11% from 255) = 61.84%
R=21.05%
G=17.11%
B=61.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3226940.660.7200.63245.2956.6723.53
Hex201A5E424803Ff53918
Octal40321361021100773657130
Binary1000001101010111101000010100100001111111111010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201A5E; }

 p { color: rgb(32,26,94); }

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

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

 a { background-color: rgb(32,26,94); }

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

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

 span { border-color: rgb(32,26,94); }

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