Html Css Color HEX #20144D Paua

📋 copy color: '#20144D'

red 32 ◦ green 20 ◦ blue 77

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

Shades of Paua #20144D

Tints of Paua #20144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.5%

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

R = 24.81%
G = 15.5%
B = 59.69%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20144D (or 0x20144D) is known color: Paua. HEX triplet: 20, 14 and 4D. RGB value is (32,20,77). Sum of RGB (Red+Green+Blue) = 32+20+77=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #20144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20144D is #DFEBB2. Grayscale: #1D1D1D. Windows color (decimal): -14674867 or 5051424. OLE color: 5051424.

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

Color convert

RGB 32 20 77 -
CMYK 0.58 0.74 0 0.70
HSL 252.63º 0.59% 0.19% -
HSV(B) 252.63º 0.74% 0.3% -
XYZ 2.19 1.34 7.17 -
YUV 30.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 32 20 77 0.58 0.74 0 0.70 252.63 0.59 0.19
Hex 20 14 4D 3A 4A 0 46 FD 3B 13
Octal 40 24 115 72 112 0 106 375 73 23
Binary 100000 10100 1001101 111010 1001010 0 1000110 11111101 111011 10011

Color Harmonies of #20144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20144D

Black with #20144D

Text Example


Text Example

White with #20144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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