Html Css Color HEX #20194D Paua

📋 copy color: '#20194D'

red 32 ◦ green 25 ◦ blue 77

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

Shades of Paua #20194D

Tints of Paua #20194D

RGB

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

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

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

R = 23.88%
G = 18.66%
B = 57.46%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20194D (or 0x20194D) is known color: Paua. HEX triplet: 20, 19 and 4D. RGB value is (32,25,77). Sum of RGB (Red+Green+Blue) = 32+25+77=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #20194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20194D is #DFE6B2. Grayscale: #202020. Windows color (decimal): -14673587 or 5052704. OLE color: 5052704.

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

Color convert

RGB 32 25 77 -
CMYK 0.58 0.68 0 0.70
HSL 248.08º 0.51% 0.2% -
HSV(B) 248.08º 0.68% 0.3% -
XYZ 2.28 1.54 7.2 -
YUV 33.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 32 25 77 0.58 0.68 0 0.70 248.08 0.51 0.2
Hex 20 19 4D 3A 44 0 46 F8 33 14
Octal 40 31 115 72 104 0 106 370 63 24
Binary 100000 11001 1001101 111010 1000100 0 1000110 11111000 110011 10100

Color Harmonies of #20194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20194D

Black with #20194D

Text Example


Text Example

White with #20194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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