Html Css Color HEX #201453 Paua

📋 copy color: '#201453'

red 32 ◦ green 20 ◦ blue 83

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

Shades of Paua #201453

Tints of Paua #201453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 23.7%
G = 14.81%
B = 61.48%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201453 (or 0x201453) is known color: Paua. HEX triplet: 20, 14 and 53. RGB value is (32,20,83). Sum of RGB (Red+Green+Blue) = 32+20+83=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #201453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201453 is #DFEBAC. Grayscale: #1E1E1E. Windows color (decimal): -14674861 or 5444640. OLE color: 5444640.

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

Color convert

RGB 32 20 83 -
CMYK 0.61 0.76 0 0.67
HSL 251.43º 0.61% 0.2% -
HSV(B) 251.43º 0.76% 0.33% -
XYZ 2.41 1.43 8.33 -
YUV 30.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 32 20 83 0.61 0.76 0 0.67 251.43 0.61 0.2
Hex 20 14 53 3D 4C 0 43 FB 3D 14
Octal 40 24 123 75 114 0 103 373 75 24
Binary 100000 10100 1010011 111101 1001100 0 1000011 11111011 111101 10100

Color Harmonies of #201453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201453

Black with #201453

Text Example


Text Example

White with #201453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201453; }

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

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

background-color css

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

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

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

border-color css

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

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

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