#20135A

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

Shades of Paua #20135A

Tints of Paua #20135A

Color information

#20135A (or 0x20135A) is unknown color: approx 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

RGB321990-
CMYK0.640.7900.65
HSL250.99º65.14%21.37%-
HSV(B)250.99º78.89%35.29%-
XYZ2.671.519.82-
YUV30.98161.31128.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.70%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=22.70%
G=13.48%
B=63.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3219900.640.7900.65250.9965.1421.37
Hex20135A404F041fb4115
Octal4023132100117010137310125
Binary100000100111011010100000010011110100000111111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>