#201B5C

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

Shades of Paua #201B5C

Tints of Paua #201B5C

Color information

#201B5C (or 0x201B5C) is unknown color: approx Paua. HEX triplet: 20, 1B and 5C. RGB value is (32,27,92). Sum of RGB (Red+Green+Blue) = 32+27+92=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #201B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B5C is #DFE4A3. Grayscale: #232323. Windows color (decimal): -14673060 or 6036256. OLE color: 6036256.

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

Color convert

RGB322792-
CMYK0.650.7100.64
HSL244.62º54.62%23.33%-
HSV(B)244.62º70.65%36.08%-
XYZ2.921.8610.33-
YUV35.9159.66125.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=21.19%
G=17.88%
B=60.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3227920.650.7100.64244.6254.6223.33
Hex201B5C4147040f53717
Octal403313410110701003656727
Binary10000011011101110010000011000111010000001111010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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