Html Css Color HEX #201B49 Paua

📋 copy color: '#201B49'

red 32 ◦ green 27 ◦ blue 73

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

Shades of Paua #201B49

Tints of Paua #201B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.45%

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

R = 24.24%
G = 20.45%
B = 55.3%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#201B49 (or 0x201B49) is known color: Paua. HEX triplet: 20, 1B and 49. RGB value is (32,27,73). Sum of RGB (Red+Green+Blue) = 32+27+73=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #201B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B49 is #DFE4B6. Grayscale: #212121. Windows color (decimal): -14673079 or 4791072. OLE color: 4791072.

HSL color Cylindrical-coordinate representation of color #201B49: hue angle of 246.52º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #201B49 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 27 73 -
CMYK 0.56 0.63 0 0.71
HSL 246.52º 0.46% 0.2% -
HSV(B) 246.52º 0.63% 0.29% -
XYZ 2.19 1.57 6.49 -
YUV 33.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 32 27 73 0.56 0.63 0 0.71 246.52 0.46 0.2
Hex 20 1B 49 38 3F 0 47 F7 2E 14
Octal 40 33 111 70 77 0 107 367 56 24
Binary 100000 11011 1001001 111000 111111 0 1000111 11110111 101110 10100

Color Harmonies of #201B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B49

Black with #201B49

Text Example


Text Example

White with #201B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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