#201A51

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

Shades of Paua #201A51

Tints of Paua #201A51

Color information

#201A51 (or 0x201A51) is unknown color: approx Paua. HEX triplet: 20, 1A and 51. RGB value is (32,26,81). Sum of RGB (Red+Green+Blue) = 32+26+81=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #201A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A51 is #DFE5AE. Grayscale: #212121. Windows color (decimal): -14673327 or 5315104. OLE color: 5315104.

HSL color Cylindrical-coordinate representation of color #201A51: hue angle of 246.55º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201A51 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB322681-
CMYK0.600.6800.68
HSL246.55º51.4%20.98%-
HSV(B)246.55º67.9%31.76%-
XYZ2.451.647.97-
YUV34.06154.49126.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.02%
GREEN value IS 26 (10.55% from 255) = 18.71%
BLUE value IS 81 (32.03% from 255) = 58.27%
R=23.02%
G=18.71%
B=58.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3226810.600.6800.68246.5551.420.98
Hex201A513C44044f73315
Octal40321217410401043676325
Binary1000001101010100011111001000100010001001111011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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