Html Css Color HEX #20115C Paua

📋 copy color: '#20115C'

red 32 ◦ green 17 ◦ blue 92

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

Shades of Paua #20115C

Tints of Paua #20115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 65.25%

R = 22.7%
G = 12.06%
B = 65.25%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20115C (or 0x20115C) is known color: Paua. HEX triplet: 20, 11 and 5C. RGB value is (32,17,92). Sum of RGB (Red+Green+Blue) = 32+17+92=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #20115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20115C is #DFEEA3. Grayscale: #1D1D1D. Windows color (decimal): -14675620 or 6033696. OLE color: 6033696.

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

Color convert

RGB 32 17 92 -
CMYK 0.65 0.82 0 0.64
HSL 252º 0.69% 0.21% -
HSV(B) 252º 0.82% 0.36% -
XYZ 2.73 1.48 10.27 -
YUV 30.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 32 17 92 0.65 0.82 0 0.64 252 0.69 0.21
Hex 20 11 5C 41 52 0 40 FC 45 15
Octal 40 21 134 101 122 0 100 374 105 25
Binary 100000 10001 1011100 1000001 1010010 0 1000000 11111100 1000101 10101

Color Harmonies of #20115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20115C

Black with #20115C

Text Example


Text Example

White with #20115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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