#20185B

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

Shades of Paua #20185B

Tints of Paua #20185B

Color information

#20185B (or 0x20185B) is unknown color: approx Paua. HEX triplet: 20, 18 and 5B. RGB value is (32,24,91). Sum of RGB (Red+Green+Blue) = 32+24+91=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #20185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20185B is #DFE7A4. Grayscale: #212121. Windows color (decimal): -14673829 or 5969952. OLE color: 5969952.

HSL color Cylindrical-coordinate representation of color #20185B: hue angle of 247.16º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20185B is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB322491-
CMYK0.650.7400.64
HSL247.16º58.26%22.55%-
HSV(B)247.16º73.63%35.69%-
XYZ2.811.7210.08-
YUV34.03160.15126.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=21.77%
G=16.33%
B=61.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3224910.650.7400.64247.1658.2622.55
Hex20185B414A040f73a17
Octal403013310111201003677227
Binary10000011000101101110000011001010010000001111011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20185B; }

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

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

<style>
 a { background-color: #20185B; }

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

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

<style>
 span { border-color: #20185B; }

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

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