Html Css Color HEX #201B4D Paua

📋 copy color: '#201B4D'

red 32 ◦ green 27 ◦ blue 77

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

Shades of Paua #201B4D

Tints of Paua #201B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 56.62%

R = 23.53%
G = 19.85%
B = 56.62%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#201B4D (or 0x201B4D) is known color: Paua. HEX triplet: 20, 1B and 4D. RGB value is (32,27,77). Sum of RGB (Red+Green+Blue) = 32+27+77=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #201B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B4D is #DFE4B2. Grayscale: #222222. Windows color (decimal): -14673075 or 5053216. OLE color: 5053216.

HSL color Cylindrical-coordinate representation of color #201B4D: hue angle of 246º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #201B4D is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 27 77 -
CMYK 0.58 0.65 0 0.70
HSL 246º 0.48% 0.2% -
HSV(B) 246º 0.65% 0.3% -
XYZ 2.33 1.63 7.21 -
YUV 34.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 32 27 77 0.58 0.65 0 0.70 246 0.48 0.2
Hex 20 1B 4D 3A 41 0 46 F6 30 14
Octal 40 33 115 72 101 0 106 366 60 24
Binary 100000 11011 1001101 111010 1000001 0 1000110 11110110 110000 10100

Color Harmonies of #201B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B4D

Black with #201B4D

Text Example


Text Example

White with #201B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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