#20194D

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

Shades of Paua #20194D

Tints of Paua #20194D

Color information

#20194D (or 0x20194D) is unknown color: approx Paua. HEX triplet: 20, 19 and 4D. RGB value is (32,25,77). Sum of RGB (Red+Green+Blue) = 32+25+77=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #20194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20194D is #DFE6B2. Grayscale: #202020. Windows color (decimal): -14673587 or 5052704. OLE color: 5052704.

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

Color convert

RGB322577-
CMYK0.580.6800.70
HSL248.08º50.98%20%-
HSV(B)248.08º67.53%30.2%-
XYZ2.281.547.2-
YUV33.02152.82127.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 77 (30.47% from 255) = 57.46%
R=23.88%
G=18.66%
B=57.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3225770.580.6800.70248.0850.9820
Hex20194D3A44046f83314
Octal40311157210401063706324
Binary1000001100110011011110101000100010001101111100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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