Html Css Color HEX #20155B Paua

📋 copy color: '#20155B'

red 32 ◦ green 21 ◦ blue 91

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

Shades of Paua #20155B

Tints of Paua #20155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

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

R = 22.22%
G = 14.58%
B = 63.19%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20155B (or 0x20155B) is known color: Paua. HEX triplet: 20, 15 and 5B. RGB value is (32,21,91). Sum of RGB (Red+Green+Blue) = 32+21+91=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #20155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20155B is #DFEAA4. Grayscale: #202020. Windows color (decimal): -14674597 or 5969184. OLE color: 5969184.

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

Color convert

RGB 32 21 91 -
CMYK 0.65 0.77 0 0.64
HSL 249.43º 0.63% 0.22% -
HSV(B) 249.43º 0.77% 0.36% -
XYZ 2.75 1.6 10.06 -
YUV 32.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 32 21 91 0.65 0.77 0 0.64 249.43 0.63 0.22
Hex 20 15 5B 41 4D 0 40 F9 3E 16
Octal 40 25 133 101 115 0 100 371 76 26
Binary 100000 10101 1011011 1000001 1001101 0 1000000 11111001 111110 10110

Color Harmonies of #20155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20155B

Black with #20155B

Text Example


Text Example

White with #20155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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