Html Css Color HEX #20115B Paua

📋 copy color: '#20115B'

red 32 ◦ green 17 ◦ blue 91

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

Shades of Paua #20115B

Tints of Paua #20115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

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

R = 22.86%
G = 12.14%
B = 65%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20115B (or 0x20115B) is known color: Paua. HEX triplet: 20, 11 and 5B. RGB value is (32,17,91). Sum of RGB (Red+Green+Blue) = 32+17+91=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #20115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20115B is #DFEEA4. Grayscale: #1D1D1D. Windows color (decimal): -14675621 or 5968160. OLE color: 5968160.

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

Color convert

RGB 32 17 91 -
CMYK 0.65 0.81 0 0.64
HSL 252.16º 0.69% 0.21% -
HSV(B) 252.16º 0.81% 0.36% -
XYZ 2.68 1.46 10.04 -
YUV 29.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 32 17 91 0.65 0.81 0 0.64 252.16 0.69 0.21
Hex 20 11 5B 41 51 0 40 FC 45 15
Octal 40 21 133 101 121 0 100 374 105 25
Binary 100000 10001 1011011 1000001 1010001 0 1000000 11111100 1000101 10101

Color Harmonies of #20115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20115B

Black with #20115B

Text Example


Text Example

White with #20115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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