#201B51

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

Shades of Paua #201B51

Tints of Paua #201B51

Color information

#201B51 (or 0x201B51) is unknown color: approx Paua. HEX triplet: 20, 1B and 51. RGB value is (32,27,81). Sum of RGB (Red+Green+Blue) = 32+27+81=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #201B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B51 is #DFE4AE. Grayscale: #222222. Windows color (decimal): -14673071 or 5315360. OLE color: 5315360.

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

Color convert

RGB322781-
CMYK0.600.6700.68
HSL245.56º50%21.18%-
HSV(B)245.56º66.67%31.76%-
XYZ2.471.697.98-
YUV34.65154.16126.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.86%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=22.86%
G=19.29%
B=57.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3227810.600.6700.68245.565021.18
Hex201B513C43044f63215
Octal40331217410301043666225
Binary1000001101110100011111001000011010001001111011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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