Html Css Color HEX #200D59 Paua

📋 copy color: '#200D59'

red 32 ◦ green 13 ◦ blue 89

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

Shades of Paua #200D59

Tints of Paua #200D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.7%

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

R = 23.88%
G = 9.7%
B = 66.42%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#200D59 (or 0x200D59) is known color: 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

RGB 32 13 89 -
CMYK 0.64 0.85 0 0.65
HSL 255º 0.75% 0.2% -
HSV(B) 255º 0.85% 0.35% -
XYZ 2.54 1.32 9.57 -
YUV 27.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 32 13 89 0.64 0.85 0 0.65 255 0.75 0.2
Hex 20 D 59 40 55 0 41 FF 4B 14
Octal 40 15 131 100 125 0 101 377 113 24
Binary 100000 1101 1011001 1000000 1010101 0 1000001 11111111 1001011 10100

Color Harmonies of #200D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D59

Black with #200D59

Text Example


Text Example

White with #200D59

Text Example


Text Example

HTML Codes & Css Web 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>