Html Css Color HEX #20135A Paua

📋 copy color: '#20135A'

red 32 ◦ green 19 ◦ blue 90

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

Shades of Paua #20135A

Tints of Paua #20135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 63.83%

R = 22.7%
G = 13.48%
B = 63.83%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#20135A (or 0x20135A) is known color: Paua. HEX triplet: 20, 13 and 5A. RGB value is (32,19,90). Sum of RGB (Red+Green+Blue) = 32+19+90=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #20135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20135A is #DFECA5. Grayscale: #1E1E1E. Windows color (decimal): -14675110 or 5903136. OLE color: 5903136.

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

Color convert

RGB 32 19 90 -
CMYK 0.64 0.79 0 0.65
HSL 250.99º 0.65% 0.21% -
HSV(B) 250.99º 0.79% 0.35% -
XYZ 2.67 1.51 9.82 -
YUV 30.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 32 19 90 0.64 0.79 0 0.65 250.99 0.65 0.21
Hex 20 13 5A 40 4F 0 41 FB 41 15
Octal 40 23 132 100 117 0 101 373 101 25
Binary 100000 10011 1011010 1000000 1001111 0 1000001 11111011 1000001 10101

Color Harmonies of #20135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20135A

Black with #20135A

Text Example


Text Example

White with #20135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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