#201A5C

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

Shades of Paua #201A5C

Tints of Paua #201A5C

Color information

#201A5C (or 0x201A5C) is unknown color: approx Paua. HEX triplet: 20, 1A and 5C. RGB value is (32,26,92). Sum of RGB (Red+Green+Blue) = 32+26+92=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #201A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A5C is #DFE5A3. Grayscale: #232323. Windows color (decimal): -14673316 or 6036000. OLE color: 6036000.

HSL color Cylindrical-coordinate representation of color #201A5C: hue angle of 245.45º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201A5C is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB322692-
CMYK0.650.7200.64
HSL245.45º55.93%23.14%-
HSV(B)245.45º71.74%36.08%-
XYZ2.91.8210.32-
YUV35.32159.99125.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 26 (10.55% from 255) = 17.33%
BLUE value IS 92 (36.33% from 255) = 61.33%
R=21.33%
G=17.33%
B=61.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3226920.650.7200.64245.4555.9323.14
Hex201A5C4148040f53817
Octal403213410111001003657027
Binary10000011010101110010000011001000010000001111010111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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