Html Css Color HEX #201253 Paua

📋 copy color: '#201253'

red 32 ◦ green 18 ◦ blue 83

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

Shades of Paua #201253

Tints of Paua #201253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.53%

 BLUE value IS 83 (32.81% from 255) = 62.41%

R = 24.06%
G = 13.53%
B = 62.41%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201253 (or 0x201253) is known color: Paua. HEX triplet: 20, 12 and 53. RGB value is (32,18,83). Sum of RGB (Red+Green+Blue) = 32+18+83=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #201253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201253 is #DFEDAC. Grayscale: #1D1D1D. Windows color (decimal): -14675373 or 5444128. OLE color: 5444128.

HSL color Cylindrical-coordinate representation of color #201253: hue angle of 252.92º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201253 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 18 83 -
CMYK 0.61 0.78 0 0.67
HSL 252.92º 0.64% 0.2% -
HSV(B) 252.92º 0.78% 0.33% -
XYZ 2.37 1.36 8.32 -
YUV 29.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 32 18 83 0.61 0.78 0 0.67 252.92 0.64 0.2
Hex 20 12 53 3D 4E 0 43 FD 40 14
Octal 40 22 123 75 116 0 103 375 100 24
Binary 100000 10010 1010011 111101 1001110 0 1000011 11111101 1000000 10100

Color Harmonies of #201253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201253

Black with #201253

Text Example


Text Example

White with #201253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201253; }

 p { color: rgb(32,18,83); }

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

background-color css

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

 a { background-color: rgb(32,18,83); }

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

border-color css

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

 span { border-color: rgb(32,18,83); }

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