Html Css Color HEX #20165D Paua

📋 copy color: '#20165D'

red 32 ◦ green 22 ◦ blue 93

#20165D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #20165D

Tints of Paua #20165D

RGB

 RED value IS 32 (12.89% from 255) = 21.77%

 GREEN value IS 22 (8.98% from 255) = 14.97%

 BLUE value IS 93 (36.72% from 255) = 63.27%

R = 21.77%
G = 14.97%
B = 63.27%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20165D (or 0x20165D) is known color: Paua. HEX triplet: 20, 16 and 5D. RGB value is (32,22,93). Sum of RGB (Red+Green+Blue) = 32+22+93=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #20165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20165D is #DFE9A2. Grayscale: #202020. Windows color (decimal): -14674339 or 6100512. OLE color: 6100512.

HSL color Cylindrical-coordinate representation of color #20165D: hue angle of 248.45º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20165D is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 22 93 -
CMYK 0.66 0.76 0 0.64
HSL 248.45º 0.62% 0.23% -
HSV(B) 248.45º 0.76% 0.36% -
XYZ 2.86 1.67 10.53 -
YUV 33.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 32 22 93 0.66 0.76 0 0.64 248.45 0.62 0.23
Hex 20 16 5D 42 4C 0 40 F8 3E 17
Octal 40 26 135 102 114 0 100 370 76 27
Binary 100000 10110 1011101 1000010 1001100 0 1000000 11111000 111110 10111

Color Harmonies of #20165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20165D

Black with #20165D

Text Example


Text Example

White with #20165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,22,93); }

 H1.HeaderClassName
 {
   color: #20165D;
 }
 .AnyTagClassName
 {
   color: #20165D;
 }
</style>

background-color css

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

 a { background-color: rgb(32,22,93); }

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

border-color css

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

 span { border-color: rgb(32,22,93); }

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