#20164E

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

Shades of Paua #20164E

Tints of Paua #20164E

Color information

#20164E (or 0x20164E) is unknown color: approx Paua. HEX triplet: 20, 16 and 4E. RGB value is (32,22,78). Sum of RGB (Red+Green+Blue) = 32+22+78=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #20164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20164E is #DFE9B1. Grayscale: #1F1F1F. Windows color (decimal): -14674354 or 5117472. OLE color: 5117472.

HSL color Cylindrical-coordinate representation of color #20164E: hue angle of 250.71º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20164E is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB322278-
CMYK0.590.7200.69
HSL250.71º56%19.61%-
HSV(B)250.71º71.79%30.59%-
XYZ2.261.437.36-
YUV31.37154.31128.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.24%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=24.24%
G=16.67%
B=59.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3222780.590.7200.69250.715619.61
Hex20164E3B48045fb3814
Octal40261167311001053737024
Binary1000001011010011101110111001000010001011111101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20164E; }

 p { color: rgb(32,22,78); }

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

<style>
 a { background-color: #20164E; }

 a { background-color: rgb(32,22,78); }

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

<style>
 span { border-color: #20164E; }

 span { border-color: rgb(32,22,78); }

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