#20164F

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

Shades of Paua #20164F

Tints of Paua #20164F

Color information

#20164F (or 0x20164F) is unknown color: approx Paua. HEX triplet: 20, 16 and 4F. RGB value is (32,22,79). Sum of RGB (Red+Green+Blue) = 32+22+79=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #20164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20164F is #DFE9B0. Grayscale: #1F1F1F. Windows color (decimal): -14674353 or 5183008. OLE color: 5183008.

HSL color Cylindrical-coordinate representation of color #20164F: hue angle of 250.53º 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 #20164F is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB322279-
CMYK0.590.7200.69
HSL250.53º56.44%19.8%-
HSV(B)250.53º72.15%30.98%-
XYZ2.291.457.56-
YUV31.49154.81128.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=24.06%
G=16.54%
B=59.40%

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
Decimal3222790.590.7200.69250.5356.4419.8
Hex20164F3B48045fb3814
Octal40261177311001053737024
Binary1000001011010011111110111001000010001011111101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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