Html Css Color HEX #200D58 Paua

📋 copy color: '#200D58'

red 32 ◦ green 13 ◦ blue 88

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

Shades of Paua #200D58

Tints of Paua #200D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 66.17%

R = 24.06%
G = 9.77%
B = 66.17%

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

#200D58 (or 0x200D58) is known color: Paua. HEX triplet: 20, 0D and 58. RGB value is (32,13,88). Sum of RGB (Red+Green+Blue) = 32+13+88=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #200D58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200D58 is #DFF2A7. Grayscale: #1A1A1A. Windows color (decimal): -14676648 or 5770528. OLE color: 5770528.

HSL color Cylindrical-coordinate representation of color #200D58: hue angle of 255.2º degrees, saturation: 0.74, 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 #200D58 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 13 88 -
CMYK 0.64 0.85 0 0.65
HSL 255.2º 0.74% 0.2% -
HSV(B) 255.2º 0.85% 0.35% -
XYZ 2.5 1.3 9.35 -
YUV 27.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 32 13 88 0.64 0.85 0 0.65 255.2 0.74 0.2
Hex 20 D 58 40 55 0 41 FF 4A 14
Octal 40 15 130 100 125 0 101 377 112 24
Binary 100000 1101 1011000 1000000 1010101 0 1000001 11111111 1001010 10100

Color Harmonies of #200D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D58

Black with #200D58

Text Example


Text Example

White with #200D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #200D58;
 }
 .AnyTagClassName
 {
   color: #200D58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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