#20154D

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

Shades of Paua #20154D

Tints of Paua #20154D

Color information

#20154D (or 0x20154D) is unknown color: approx Paua. HEX triplet: 20, 15 and 4D. RGB value is (32,21,77). Sum of RGB (Red+Green+Blue) = 32+21+77=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #20154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20154D is #DFEAB2. Grayscale: #1E1E1E. Windows color (decimal): -14674611 or 5051680. OLE color: 5051680.

HSL color Cylindrical-coordinate representation of color #20154D: hue angle of 251.79º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20154D is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB322177-
CMYK0.580.7300.70
HSL251.79º57.14%19.22%-
HSV(B)251.79º72.73%30.2%-
XYZ2.21.387.17-
YUV30.67154.14128.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=24.62%
G=16.15%
B=59.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3221770.580.7300.70251.7957.1419.22
Hex20154D3A49046fc3913
Octal40251157211101063747123
Binary1000001010110011011110101001001010001101111110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20154D; }

 p { color: rgb(32,21,77); }

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

<style>
 a { background-color: #20154D; }

 a { background-color: rgb(32,21,77); }

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

<style>
 span { border-color: #20154D; }

 span { border-color: rgb(32,21,77); }

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