Html Css Color HEX #201947 Paua

📋 copy color: '#201947'

red 32 ◦ green 25 ◦ blue 71

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

Shades of Paua #201947

Tints of Paua #201947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 55.47%

R = 25%
G = 19.53%
B = 55.47%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#201947 (or 0x201947) is known color: Paua. HEX triplet: 20, 19 and 47. RGB value is (32,25,71). Sum of RGB (Red+Green+Blue) = 32+25+71=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #201947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201947 is #DFE6B8. Grayscale: #202020. Windows color (decimal): -14673593 or 4659488. OLE color: 4659488.

HSL color Cylindrical-coordinate representation of color #201947: hue angle of 249.13º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #201947 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 25 71 -
CMYK 0.55 0.65 0 0.72
HSL 249.13º 0.48% 0.19% -
HSV(B) 249.13º 0.65% 0.28% -
XYZ 2.08 1.46 6.13 -
YUV 32.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 32 25 71 0.55 0.65 0 0.72 249.13 0.48 0.19
Hex 20 19 47 37 41 0 48 F9 30 13
Octal 40 31 107 67 101 0 110 371 60 23
Binary 100000 11001 1000111 110111 1000001 0 1001000 11111001 110000 10011

Color Harmonies of #201947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201947

Black with #201947

Text Example


Text Example

White with #201947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201947; }

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

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

background-color css

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

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

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

border-color css

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

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

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