Html Css Color HEX #201949 Paua

📋 copy color: '#201949'

red 32 ◦ green 25 ◦ blue 73

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

Shades of Paua #201949

Tints of Paua #201949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 56.15%

R = 24.62%
G = 19.23%
B = 56.15%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#201949 (or 0x201949) is known color: Paua. HEX triplet: 20, 19 and 49. RGB value is (32,25,73). Sum of RGB (Red+Green+Blue) = 32+25+73=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #201949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201949 is #DFE6B6. Grayscale: #202020. Windows color (decimal): -14673591 or 4790560. OLE color: 4790560.

HSL color Cylindrical-coordinate representation of color #201949: hue angle of 248.75º 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 #201949 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 25 73 -
CMYK 0.56 0.66 0 0.71
HSL 248.75º 0.49% 0.19% -
HSV(B) 248.75º 0.66% 0.29% -
XYZ 2.15 1.48 6.48 -
YUV 32.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 32 25 73 0.56 0.66 0 0.71 248.75 0.49 0.19
Hex 20 19 49 38 42 0 47 F9 31 13
Octal 40 31 111 70 102 0 107 371 61 23
Binary 100000 11001 1001001 111000 1000010 0 1000111 11111001 110001 10011

Color Harmonies of #201949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201949

Black with #201949

Text Example


Text Example

White with #201949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201949; }

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

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

background-color css

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

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

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

border-color css

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

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

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