#201B54

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

Shades of Paua #201B54

Tints of Paua #201B54

Color information

#201B54 (or 0x201B54) is unknown color: approx Paua. HEX triplet: 20, 1B and 54. RGB value is (32,27,84). Sum of RGB (Red+Green+Blue) = 32+27+84=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #201B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B54 is #DFE4AB. Grayscale: #222222. Windows color (decimal): -14673068 or 5511968. OLE color: 5511968.

HSL color Cylindrical-coordinate representation of color #201B54: hue angle of 245.26º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201B54 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB322784-
CMYK0.620.6800.67
HSL245.26º51.35%21.76%-
HSV(B)245.26º67.86%32.94%-
XYZ2.591.738.59-
YUV34.99155.66125.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.38%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 84 (33.20% from 255) = 58.74%
R=22.38%
G=18.88%
B=58.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3227840.620.6800.67245.2651.3521.76
Hex201B543E44043f53316
Octal40331247610401033656326
Binary1000001101110101001111101000100010000111111010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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