#200D59

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

Shades of Paua #200D59

Tints of Paua #200D59

Color information

#200D59 (or 0x200D59) is unknown color: approx Paua. HEX triplet: 20, 0D and 59. RGB value is (32,13,89). Sum of RGB (Red+Green+Blue) = 32+13+89=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #200D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200D59 is #DFF2A6. Grayscale: #1B1B1B. Windows color (decimal): -14676647 or 5836064. OLE color: 5836064.

HSL color Cylindrical-coordinate representation of color #200D59: hue angle of 255º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #200D59 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB321389-
CMYK0.640.8500.65
HSL255º74.51%20%-
HSV(B)255º85.39%34.9%-
XYZ2.541.329.57-
YUV27.34162.79131.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 13 (5.47% from 255) = 9.70%
BLUE value IS 89 (35.16% from 255) = 66.42%
R=23.88%
G=9.70%
B=66.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3213890.640.8500.6525574.5120
Hex20D594055041ff4b14
Octal4015131100125010137711324
Binary10000011011011001100000010101010100000111111111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200D59; }

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

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

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

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

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

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

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

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