Html Css Color HEX #20115A Paua

📋 copy color: '#20115A'

red 32 ◦ green 17 ◦ blue 90

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

Shades of Paua #20115A

Tints of Paua #20115A

RGB

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

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

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

R = 23.02%
G = 12.23%
B = 64.75%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#20115A (or 0x20115A) is known color: Paua. HEX triplet: 20, 11 and 5A. RGB value is (32,17,90). Sum of RGB (Red+Green+Blue) = 32+17+90=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #20115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20115A is #DFEEA5. Grayscale: #1D1D1D. Windows color (decimal): -14675622 or 5902624. OLE color: 5902624.

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

Color convert

RGB 32 17 90 -
CMYK 0.64 0.81 0 0.65
HSL 252.33º 0.68% 0.21% -
HSV(B) 252.33º 0.81% 0.35% -
XYZ 2.64 1.45 9.81 -
YUV 29.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 32 17 90 0.64 0.81 0 0.65 252.33 0.68 0.21
Hex 20 11 5A 40 51 0 41 FC 44 15
Octal 40 21 132 100 121 0 101 374 104 25
Binary 100000 10001 1011010 1000000 1010001 0 1000001 11111100 1000100 10101

Color Harmonies of #20115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20115A

Black with #20115A

Text Example


Text Example

White with #20115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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