Html Css Color HEX #201E59 Paua

📋 copy color: '#201E59'

red 32 ◦ green 30 ◦ blue 89

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

Shades of Paua #201E59

Tints of Paua #201E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.87%

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

R = 21.19%
G = 19.87%
B = 58.94%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#201E59 (or 0x201E59) is known color: Paua. HEX triplet: 20, 1E and 59. RGB value is (32,30,89). Sum of RGB (Red+Green+Blue) = 32+30+89=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #201E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E59 is #DFE1A6. Grayscale: #252525. Windows color (decimal): -14672295 or 5840416. OLE color: 5840416.

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

Color convert

RGB 32 30 89 -
CMYK 0.64 0.66 0 0.65
HSL 242.03º 0.5% 0.23% -
HSV(B) 242.03º 0.66% 0.35% -
XYZ 2.86 1.96 9.68 -
YUV 37.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 32 30 89 0.64 0.66 0 0.65 242.03 0.5 0.23
Hex 20 1E 59 40 42 0 41 F2 32 17
Octal 40 36 131 100 102 0 101 362 62 27
Binary 100000 11110 1011001 1000000 1000010 0 1000001 11110010 110010 10111

Color Harmonies of #201E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E59

Black with #201E59

Text Example


Text Example

White with #201E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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