Html Css Color HEX #20194A Paua

📋 copy color: '#20194A'

red 32 ◦ green 25 ◦ blue 74

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

Shades of Paua #20194A

Tints of Paua #20194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

 BLUE value IS 74 (29.3% from 255) = 56.49%

R = 24.43%
G = 19.08%
B = 56.49%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#20194A (or 0x20194A) is known color: Paua. HEX triplet: 20, 19 and 4A. RGB value is (32,25,74). Sum of RGB (Red+Green+Blue) = 32+25+74=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #20194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20194A is #DFE6B5. Grayscale: #202020. Windows color (decimal): -14673590 or 4856096. OLE color: 4856096.

HSL color Cylindrical-coordinate representation of color #20194A: hue angle of 248.57º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20194A is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 25 74 -
CMYK 0.57 0.66 0 0.71
HSL 248.57º 0.49% 0.19% -
HSV(B) 248.57º 0.66% 0.29% -
XYZ 2.18 1.5 6.65 -
YUV 32.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 32 25 74 0.57 0.66 0 0.71 248.57 0.49 0.19
Hex 20 19 4A 39 42 0 47 F9 31 13
Octal 40 31 112 71 102 0 107 371 61 23
Binary 100000 11001 1001010 111001 1000010 0 1000111 11111001 110001 10011

Color Harmonies of #20194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20194A

Black with #20194A

Text Example


Text Example

White with #20194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,25,74); }

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

background-color css

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

 a { background-color: rgb(32,25,74); }

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

border-color css

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

 span { border-color: rgb(32,25,74); }

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