#20135C

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

Shades of Paua #20135C

Tints of Paua #20135C

Color information

#20135C (or 0x20135C) is unknown color: approx Paua. HEX triplet: 20, 13 and 5C. RGB value is (32,19,92). Sum of RGB (Red+Green+Blue) = 32+19+92=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #20135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20135C is #DFECA3. Grayscale: #1E1E1E. Windows color (decimal): -14675108 or 6034208. OLE color: 6034208.

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

Color convert

RGB321992-
CMYK0.650.7900.64
HSL250.68º65.77%21.76%-
HSV(B)250.68º79.35%36.08%-
XYZ2.761.5510.28-
YUV31.21162.31128.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.38%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 92 (36.33% from 255) = 64.34%
R=22.38%
G=13.29%
B=64.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3219920.650.7900.64250.6865.7721.76
Hex20135C414F040fb4216
Octal4023134101117010037310226
Binary100000100111011100100000110011110100000011111011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20135C;
 }
 .AnyTagClassName
 {
   color: #20135C;
 }
</style>
background-color css

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

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

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

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

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

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