#201859

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

Shades of Paua #201859

Tints of Paua #201859

Color information

#201859 (or 0x201859) is unknown color: approx Paua. HEX triplet: 20, 18 and 59. RGB value is (32,24,89). Sum of RGB (Red+Green+Blue) = 32+24+89=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #201859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201859 is #DFE7A6. Grayscale: #212121. Windows color (decimal): -14673831 or 5838880. OLE color: 5838880.

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

Color convert

RGB322489-
CMYK0.640.7300.65
HSL247.38º57.52%22.16%-
HSV(B)247.38º73.03%34.9%-
XYZ2.731.689.63-
YUV33.8159.15126.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=22.07%
G=16.55%
B=61.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3224890.640.7300.65247.3857.5222.16
Hex2018594049041f73a16
Octal403013110011101013677226
Binary10000011000101100110000001001001010000011111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201859; }

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

 H1.HeaderClassName
 {
   color: #201859;
 }
 .AnyTagClassName
 {
   color: #201859;
 }
</style>
background-color css

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

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

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

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

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

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