#20185C

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

Shades of Paua #20185C

Tints of Paua #20185C

Color information

#20185C (or 0x20185C) is unknown color: approx Paua. HEX triplet: 20, 18 and 5C. RGB value is (32,24,92). Sum of RGB (Red+Green+Blue) = 32+24+92=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #20185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20185C is #DFE7A3. Grayscale: #212121. Windows color (decimal): -14673828 or 6035488. OLE color: 6035488.

HSL color Cylindrical-coordinate representation of color #20185C: hue angle of 247.06º degrees, saturation: 0.59, 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 #20185C is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB322492-
CMYK0.650.7400.64
HSL247.06º58.62%22.75%-
HSV(B)247.06º73.91%36.08%-
XYZ2.851.7310.31-
YUV34.14160.65126.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.62%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=21.62%
G=16.22%
B=62.16%

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
Decimal3224920.650.7400.64247.0658.6222.75
Hex20185C414A040f73b17
Octal403013410111201003677327
Binary10000011000101110010000011001010010000001111011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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