Html Css Color HEX #20184C Paua

📋 copy color: '#20184C'

red 32 ◦ green 24 ◦ blue 76

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

Shades of Paua #20184C

Tints of Paua #20184C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 57.58%

R = 24.24%
G = 18.18%
B = 57.58%

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

#20184C (or 0x20184C) is known color: Paua. HEX triplet: 20, 18 and 4C. RGB value is (32,24,76). Sum of RGB (Red+Green+Blue) = 32+24+76=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #20184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20184C is #DFE7B3. Grayscale: #202020. Windows color (decimal): -14673844 or 4986912. OLE color: 4986912.

HSL color Cylindrical-coordinate representation of color #20184C: hue angle of 249.23º degrees, saturation: 0.52, 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 #20184C is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 24 76 -
CMYK 0.58 0.68 0 0.70
HSL 249.23º 0.52% 0.2% -
HSV(B) 249.23º 0.68% 0.3% -
XYZ 2.23 1.48 7.01 -
YUV 32.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 32 24 76 0.58 0.68 0 0.70 249.23 0.52 0.2
Hex 20 18 4C 3A 44 0 46 F9 34 14
Octal 40 30 114 72 104 0 106 371 64 24
Binary 100000 11000 1001100 111010 1000100 0 1000110 11111001 110100 10100

Color Harmonies of #20184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20184C

Black with #20184C

Text Example


Text Example

White with #20184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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