Html Css Color HEX #20115D Paua

📋 copy color: '#20115D'

red 32 ◦ green 17 ◦ blue 93

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

Shades of Paua #20115D

Tints of Paua #20115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 65.49%

R = 22.54%
G = 11.97%
B = 65.49%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20115D (or 0x20115D) is known color: Paua. HEX triplet: 20, 11 and 5D. RGB value is (32,17,93). Sum of RGB (Red+Green+Blue) = 32+17+93=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #20115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20115D is #DFEEA2. Grayscale: #1D1D1D. Windows color (decimal): -14675619 or 6099232. OLE color: 6099232.

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

Color convert

RGB 32 17 93 -
CMYK 0.66 0.82 0 0.64
HSL 251.84º 0.69% 0.22% -
HSV(B) 251.84º 0.82% 0.36% -
XYZ 2.77 1.5 10.5 -
YUV 30.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 32 17 93 0.66 0.82 0 0.64 251.84 0.69 0.22
Hex 20 11 5D 42 52 0 40 FC 45 16
Octal 40 21 135 102 122 0 100 374 105 26
Binary 100000 10001 1011101 1000010 1010010 0 1000000 11111100 1000101 10110

Color Harmonies of #20115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20115D

Black with #20115D

Text Example


Text Example

White with #20115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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