#201F59

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

Shades of Paua #201F59

Tints of Paua #201F59

Color information

#201F59 (or 0x201F59) is unknown color: approx Paua. HEX triplet: 20, 1F and 59. RGB value is (32,31,89). Sum of RGB (Red+Green+Blue) = 32+31+89=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #201F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F59 is #DFE0A6. Grayscale: #252525. Windows color (decimal): -14672039 or 5840672. OLE color: 5840672.

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

Color convert

RGB323189-
CMYK0.640.6500.65
HSL241.03º48.33%23.53%-
HSV(B)241.03º65.17%34.9%-
XYZ2.892.019.69-
YUV37.91156.83123.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 89 (35.16% from 255) = 58.55%
R=21.05%
G=20.39%
B=58.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3231890.640.6500.65241.0348.3323.53
Hex201F594041041f13018
Octal403713110010101013616030
Binary10000011111101100110000001000001010000011111000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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