#20184D

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

Shades of Paua #20184D

Tints of Paua #20184D

Color information

#20184D (or 0x20184D) is unknown color: approx Paua. HEX triplet: 20, 18 and 4D. RGB value is (32,24,77). Sum of RGB (Red+Green+Blue) = 32+24+77=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #20184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20184D is #DFE7B2. Grayscale: #202020. Windows color (decimal): -14673843 or 5052448. OLE color: 5052448.

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

Color convert

RGB322477-
CMYK0.580.6900.70
HSL249.06º52.48%19.8%-
HSV(B)249.06º68.83%30.2%-
XYZ2.261.57.19-
YUV32.43153.15127.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 77 (30.47% from 255) = 57.89%
R=24.06%
G=18.05%
B=57.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3224770.580.6900.70249.0652.4819.8
Hex20184D3A45046f93414
Octal40301157210501063716424
Binary1000001100010011011110101000101010001101111100111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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