Html Css Color HEX #201B5C Paua

📋 copy color: '#201B5C'

red 32 ◦ green 27 ◦ blue 92

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

Shades of Paua #201B5C

Tints of Paua #201B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 60.93%

R = 21.19%
G = 17.88%
B = 60.93%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#201B5C (or 0x201B5C) is known color: Paua. HEX triplet: 20, 1B and 5C. RGB value is (32,27,92). Sum of RGB (Red+Green+Blue) = 32+27+92=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #201B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B5C is #DFE4A3. Grayscale: #232323. Windows color (decimal): -14673060 or 6036256. OLE color: 6036256.

HSL color Cylindrical-coordinate representation of color #201B5C: hue angle of 244.62º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #201B5C is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 27 92 -
CMYK 0.65 0.71 0 0.64
HSL 244.62º 0.55% 0.23% -
HSV(B) 244.62º 0.71% 0.36% -
XYZ 2.92 1.86 10.33 -
YUV 35.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 32 27 92 0.65 0.71 0 0.64 244.62 0.55 0.23
Hex 20 1B 5C 41 47 0 40 F5 37 17
Octal 40 33 134 101 107 0 100 365 67 27
Binary 100000 11011 1011100 1000001 1000111 0 1000000 11110101 110111 10111

Color Harmonies of #201B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B5C

Black with #201B5C

Text Example


Text Example

White with #201B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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