#201E59

Color #201E59 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #201E59

Tints of Paua #201E59

Color information

#201E59 (or 0x201E59) is unknown color: approx 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

RGB323089-
CMYK0.640.6600.65
HSL242.03º49.58%23.33%-
HSV(B)242.03º66.29%34.9%-
XYZ2.861.969.68-
YUV37.32157.16124.2-

RGB Variations

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

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 (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3230890.640.6600.65242.0349.5823.33
Hex201E594042041f23217
Octal403613110010201013626227
Binary10000011110101100110000001000010010000011111001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>