Html Css Color HEX #20135D Paua

📋 copy color: '#20135D'

red 32 ◦ green 19 ◦ blue 93

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

Shades of Paua #20135D

Tints of Paua #20135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

 BLUE value IS 93 (36.72% from 255) = 64.58%

R = 22.22%
G = 13.19%
B = 64.58%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20135D (or 0x20135D) is known color: Paua. HEX triplet: 20, 13 and 5D. RGB value is (32,19,93). Sum of RGB (Red+Green+Blue) = 32+19+93=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #20135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20135D is #DFECA2. Grayscale: #1F1F1F. Windows color (decimal): -14675107 or 6099744. OLE color: 6099744.

HSL color Cylindrical-coordinate representation of color #20135D: hue angle of 250.54º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20135D is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 19 93 -
CMYK 0.66 0.80 0 0.64
HSL 250.54º 0.66% 0.22% -
HSV(B) 250.54º 0.8% 0.36% -
XYZ 2.8 1.56 10.51 -
YUV 31.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 32 19 93 0.66 0.80 0 0.64 250.54 0.66 0.22
Hex 20 13 5D 42 50 0 40 FB 42 16
Octal 40 23 135 102 120 0 100 373 102 26
Binary 100000 10011 1011101 1000010 1010000 0 1000000 11111011 1000010 10110

Color Harmonies of #20135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20135D

Black with #20135D

Text Example


Text Example

White with #20135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20135D; }

 p { color: rgb(32,19,93); }

 H1.HeaderClassName
 {
   color: #20135D;
 }
 .AnyTagClassName
 {
   color: #20135D;
 }
</style>

background-color css

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

 a { background-color: rgb(32,19,93); }

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

border-color css

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

 span { border-color: rgb(32,19,93); }

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