#20154C

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

Shades of Paua #20154C

Tints of Paua #20154C

Color information

#20154C (or 0x20154C) is unknown color: approx Paua. HEX triplet: 20, 15 and 4C. RGB value is (32,21,76). Sum of RGB (Red+Green+Blue) = 32+21+76=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #20154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20154C is #DFEAB3. Grayscale: #1E1E1E. Windows color (decimal): -14674612 or 4986144. OLE color: 4986144.

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

Color convert

RGB322176-
CMYK0.580.7200.70
HSL252º56.7%19.02%-
HSV(B)252º72.37%29.8%-
XYZ2.171.376.99-
YUV30.56153.64129.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.81%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 76 (30.08% from 255) = 58.91%
R=24.81%
G=16.28%
B=58.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3221760.580.7200.7025256.719.02
Hex20154C3A48046fc3913
Octal40251147211001063747123
Binary1000001010110011001110101001000010001101111110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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