Html Css Color HEX #20165A Paua

📋 copy color: '#20165A'

red 32 ◦ green 22 ◦ blue 90

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

Shades of Paua #20165A

Tints of Paua #20165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.5%

R = 22.22%
G = 15.28%
B = 62.5%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#20165A (or 0x20165A) is known color: Paua. HEX triplet: 20, 16 and 5A. RGB value is (32,22,90). Sum of RGB (Red+Green+Blue) = 32+22+90=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #20165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20165A is #DFE9A5. Grayscale: #202020. Windows color (decimal): -14674342 or 5903904. OLE color: 5903904.

HSL color Cylindrical-coordinate representation of color #20165A: hue angle of 248.82º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20165A is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 22 90 -
CMYK 0.64 0.76 0 0.65
HSL 248.82º 0.61% 0.22% -
HSV(B) 248.82º 0.76% 0.35% -
XYZ 2.73 1.62 9.84 -
YUV 32.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 32 22 90 0.64 0.76 0 0.65 248.82 0.61 0.22
Hex 20 16 5A 40 4C 0 41 F9 3D 16
Octal 40 26 132 100 114 0 101 371 75 26
Binary 100000 10110 1011010 1000000 1001100 0 1000001 11111001 111101 10110

Color Harmonies of #20165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20165A

Black with #20165A

Text Example


Text Example

White with #20165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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