Html Css Color HEX #20154D Paua

📋 copy color: '#20154D'

red 32 ◦ green 21 ◦ blue 77

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

Shades of Paua #20154D

Tints of Paua #20154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 77 (30.47% from 255) = 59.23%

R = 24.62%
G = 16.15%
B = 59.23%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20154D (or 0x20154D) is known color: Paua. HEX triplet: 20, 15 and 4D. RGB value is (32,21,77). Sum of RGB (Red+Green+Blue) = 32+21+77=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #20154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20154D is #DFEAB2. Grayscale: #1E1E1E. Windows color (decimal): -14674611 or 5051680. OLE color: 5051680.

HSL color Cylindrical-coordinate representation of color #20154D: hue angle of 251.79º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20154D is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 21 77 -
CMYK 0.58 0.73 0 0.70
HSL 251.79º 0.57% 0.19% -
HSV(B) 251.79º 0.73% 0.3% -
XYZ 2.2 1.38 7.17 -
YUV 30.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 32 21 77 0.58 0.73 0 0.70 251.79 0.57 0.19
Hex 20 15 4D 3A 49 0 46 FC 39 13
Octal 40 25 115 72 111 0 106 374 71 23
Binary 100000 10101 1001101 111010 1001001 0 1000110 11111100 111001 10011

Color Harmonies of #20154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20154D

Black with #20154D

Text Example


Text Example

White with #20154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,21,77); }

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

background-color css

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

 a { background-color: rgb(32,21,77); }

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

border-color css

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

 span { border-color: rgb(32,21,77); }

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