Html Css Color HEX #20165B Paua

📋 copy color: '#20165B'

red 32 ◦ green 22 ◦ blue 91

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

Shades of Paua #20165B

Tints of Paua #20165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 62.76%

R = 22.07%
G = 15.17%
B = 62.76%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20165B (or 0x20165B) is known color: Paua. HEX triplet: 20, 16 and 5B. RGB value is (32,22,91). Sum of RGB (Red+Green+Blue) = 32+22+91=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #20165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20165B is #DFE9A4. Grayscale: #202020. Windows color (decimal): -14674341 or 5969440. OLE color: 5969440.

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

Color convert

RGB 32 22 91 -
CMYK 0.65 0.76 0 0.64
HSL 248.7º 0.61% 0.22% -
HSV(B) 248.7º 0.76% 0.36% -
XYZ 2.77 1.64 10.07 -
YUV 32.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 32 22 91 0.65 0.76 0 0.64 248.7 0.61 0.22
Hex 20 16 5B 41 4C 0 40 F9 3D 16
Octal 40 26 133 101 114 0 100 371 75 26
Binary 100000 10110 1011011 1000001 1001100 0 1000000 11111001 111101 10110

Color Harmonies of #20165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20165B

Black with #20165B

Text Example


Text Example

White with #20165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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