Html Css Color HEX #20165E Paua

📋 copy color: '#20165E'

red 32 ◦ green 22 ◦ blue 94

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

Shades of Paua #20165E

Tints of Paua #20165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

 BLUE value IS 94 (37.11% from 255) = 63.51%

R = 21.62%
G = 14.86%
B = 63.51%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20165E (or 0x20165E) is known color: Paua. HEX triplet: 20, 16 and 5E. RGB value is (32,22,94). Sum of RGB (Red+Green+Blue) = 32+22+94=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #20165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20165E is #DFE9A1. Grayscale: #202020. Windows color (decimal): -14674338 or 6166048. OLE color: 6166048.

HSL color Cylindrical-coordinate representation of color #20165E: hue angle of 248.33º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20165E is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 22 94 -
CMYK 0.66 0.77 0 0.63
HSL 248.33º 0.62% 0.23% -
HSV(B) 248.33º 0.77% 0.37% -
XYZ 2.9 1.69 10.76 -
YUV 33.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 32 22 94 0.66 0.77 0 0.63 248.33 0.62 0.23
Hex 20 16 5E 42 4D 0 3F F8 3E 17
Octal 40 26 136 102 115 0 77 370 76 27
Binary 100000 10110 1011110 1000010 1001101 0 111111 11111000 111110 10111

Color Harmonies of #20165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20165E

Black with #20165E

Text Example


Text Example

White with #20165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20165E; }

 p { color: rgb(32,22,94); }

 H1.HeaderClassName
 {
   color: #20165E;
 }
 .AnyTagClassName
 {
   color: #20165E;
 }
</style>

background-color css

<style>
 a { background-color: #20165E; }

 a { background-color: rgb(32,22,94); }

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

border-color css

<style>
 span { border-color: #20165E; }

 span { border-color: rgb(32,22,94); }

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