Html Css Color HEX #20184A Paua

📋 copy color: '#20184A'

red 32 ◦ green 24 ◦ blue 74

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

Shades of Paua #20184A

Tints of Paua #20184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

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

R = 24.62%
G = 18.46%
B = 56.92%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#20184A (or 0x20184A) is known color: Paua. HEX triplet: 20, 18 and 4A. RGB value is (32,24,74). Sum of RGB (Red+Green+Blue) = 32+24+74=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #20184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20184A is #DFE7B5. Grayscale: #1F1F1F. Windows color (decimal): -14673846 or 4855840. OLE color: 4855840.

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

Color convert

RGB 32 24 74 -
CMYK 0.57 0.68 0 0.71
HSL 249.6º 0.51% 0.19% -
HSV(B) 249.6º 0.68% 0.29% -
XYZ 2.16 1.45 6.65 -
YUV 32.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 32 24 74 0.57 0.68 0 0.71 249.6 0.51 0.19
Hex 20 18 4A 39 44 0 47 FA 33 13
Octal 40 30 112 71 104 0 107 372 63 23
Binary 100000 11000 1001010 111001 1000100 0 1000111 11111010 110011 10011

Color Harmonies of #20184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20184A

Black with #20184A

Text Example


Text Example

White with #20184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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