Html Css Color HEX #201959 Paua

📋 copy color: '#201959'

red 32 ◦ green 25 ◦ blue 89

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

Shades of Paua #201959

Tints of Paua #201959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 60.96%

R = 21.92%
G = 17.12%
B = 60.96%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#201959 (or 0x201959) is known color: Paua. HEX triplet: 20, 19 and 59. RGB value is (32,25,89). Sum of RGB (Red+Green+Blue) = 32+25+89=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #201959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201959 is #DFE6A6. Grayscale: #222222. Windows color (decimal): -14673575 or 5839136. OLE color: 5839136.

HSL color Cylindrical-coordinate representation of color #201959: hue angle of 246.56º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201959 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 25 89 -
CMYK 0.64 0.72 0 0.65
HSL 246.56º 0.56% 0.22% -
HSV(B) 246.56º 0.72% 0.35% -
XYZ 2.75 1.72 9.64 -
YUV 34.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 32 25 89 0.64 0.72 0 0.65 246.56 0.56 0.22
Hex 20 19 59 40 48 0 41 F7 38 16
Octal 40 31 131 100 110 0 101 367 70 26
Binary 100000 11001 1011001 1000000 1001000 0 1000001 11110111 111000 10110

Color Harmonies of #201959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201959

Black with #201959

Text Example


Text Example

White with #201959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201959; }

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

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

background-color css

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

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

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

border-color css

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

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

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