#20195E

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

Shades of Paua #20195E

Tints of Paua #20195E

Color information

#20195E (or 0x20195E) is unknown color: approx Paua. HEX triplet: 20, 19 and 5E. RGB value is (32,25,94). Sum of RGB (Red+Green+Blue) = 32+25+94=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #20195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20195E is #DFE6A1. Grayscale: #222222. Windows color (decimal): -14673570 or 6166816. OLE color: 6166816.

HSL color Cylindrical-coordinate representation of color #20195E: hue angle of 246.09º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20195E is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB322594-
CMYK0.660.7300.63
HSL246.09º57.98%23.33%-
HSV(B)246.09º73.4%36.86%-
XYZ2.961.8110.78-
YUV34.96161.32125.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 94 (37.11% from 255) = 62.25%
R=21.19%
G=16.56%
B=62.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3225940.660.7300.63246.0957.9823.33
Hex20195E424903Ff63a17
Octal40311361021110773667227
Binary1000001100110111101000010100100101111111111011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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